Fix typo in pointercancel section
Noticed that the word implementing was spelt incorrectly within the section for pointercancel events, thus I decided to correct it for reading comprehension reasons.
This commit is contained in:
parent
7000ede297
commit
9cba389075
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ Such causes are:
|
|||
|
||||
We'll demonstrate `pointercancel` on a practical example to see how it affects us.
|
||||
|
||||
Let's say we're impelementing drag'n'drop for a ball, just as in the beginning of the article <info:mouse-drag-and-drop>.
|
||||
Let's say we're implementing drag'n'drop for a ball, just as in the beginning of the article <info:mouse-drag-and-drop>.
|
||||
|
||||
Here is the flow of user actions and the corresponding events:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue