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:
dreamleak 2022-07-16 15:20:45 -04:00 committed by GitHub
parent 7000ede297
commit 9cba389075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ Such causes are:
We'll demonstrate `pointercancel` on a practical example to see how it affects us. 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: Here is the flow of user actions and the corresponding events: