Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cc032b0

Browse filesBrowse files
authored
Fix typo in Naive example (#3002)
1 parent cab86e2 commit cc032b0
Copy full SHA for cc032b0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • packages/docsite/markdown/examples/drag-around
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎packages/docsite/markdown/examples/drag-around/naive.md

Copy file name to clipboardExpand all lines: packages/docsite/markdown/examples/drag-around/naive.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ without much custom logic.
1010

1111
When the box is dragged, we remove its original DOM node by returning
1212
`null` from `render()` and let browser draw the
13-
drag preview. When the is released, we draw it at the new coordinates.
13+
drag preview. When the box is released, we draw it at the new coordinates.
1414
If you try to drag the box outside the container, the browser will
1515
animate its return.
1616

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.