Skip to content

Commit ed1b44e

Browse files
authored
Merge pull request #3120 from kushanksriraj/patch-1
docs: fix typo (missing verb)
2 parents c7da1a0 + e850873 commit ed1b44e

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/3-event-details/4-mouse-drag-and-drop

1 file changed

+1
-1
lines changed

2-ui/3-event-details/4-mouse-drag-and-drop/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The basic Drag'n'Drop algorithm looks like this:
1818
2. Then on `mousemove` move it by changing `left/top` with `position:absolute`.
1919
3. On `mouseup` - perform all actions related to finishing the drag'n'drop.
2020

21-
These are the basics. Later we'll see how to other features, such as highlighting current underlying elements while we drag over them.
21+
These are the basics. Later we'll see how to add other features, such as highlighting current underlying elements while we drag over them.
2222

2323
Here's the implementation of dragging a ball:
2424

0 commit comments

Comments
 (0)