Skip to content

Commit

Permalink
Fix typo in Naive example (#3002)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coteh committed Feb 9, 2021
1 parent cab86e2 commit cc032b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docsite/markdown/examples/drag-around/naive.md
Expand Up @@ -10,7 +10,7 @@ without much custom logic.

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

Expand Down

0 comments on commit cc032b0

Please sign in to comment.