From 9cba389075a538156fcbebebf92943ed19daf80b Mon Sep 17 00:00:00 2001 From: dreamleak <85757059+dreamleak@users.noreply.github.com> Date: Sat, 16 Jul 2022 15:20:45 -0400 Subject: [PATCH] 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. --- 2-ui/3-event-details/6-pointer-events/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/3-event-details/6-pointer-events/article.md b/2-ui/3-event-details/6-pointer-events/article.md index ef48dc33..b8873e9d 100644 --- a/2-ui/3-event-details/6-pointer-events/article.md +++ b/2-ui/3-event-details/6-pointer-events/article.md @@ -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 . +Let's say we're implementing drag'n'drop for a ball, just as in the beginning of the article . Here is the flow of user actions and the corresponding events: