Skip to content

Commit d4fb59b

Browse files
authored
Merge pull request #2046 from joaquinelio/patch-1
repeated word 2-3-6 article
2 parents 7907cd6 + 7b0d477 commit d4fb59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/3-event-details/6-pointer-events/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Please note: there `pointerId` is assigned not to the whole device, but for each
8484
8585
The events associated with the first finger always have `isPrimary=true`.
8686
87-
We can track multiple touching fingers using their `pointerId`. When the user moves move and then detouches a finger, we get `pointermove` and `pointerup` events with the same `pointerId` as we had in `pointerdown`.
87+
We can track multiple touching fingers using their `pointerId`. When the user moves and then detouches a finger, we get `pointermove` and `pointerup` events with the same `pointerId` as we had in `pointerdown`.
8888
8989
```online
9090
Here's the demo that logs `pointerdown` and `pointerup` events:

0 commit comments

Comments
 (0)