Skip to content

Commit 8d13b7f

Browse files
authored
One more little phrasing change
1 parent 2aab98a commit 8d13b7f

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
@@ -18,7 +18,7 @@ Let's make a small overview, so that you understand the general picture and the
1818

1919
As of now, [Pointer Events Level 2](https://www.w3.org/TR/pointerevents2/) specification is supported in all major browsers, while [Pointer Events Level 3](https://w3c.github.io/pointerevents/) is in the works. Unless you code for Internet Explorer 10, or for Safari 12 or below, there's no point in using mouse or touch events any more -- we can switch to pointer events.
2020

21-
That said, there are important peculiarities one should know them to use them correctly and avoid surprises. We'll make note of them in this article.
21+
That being said, they have some important peculiarities that one should know in order to use them correctly and avoid surprises. We'll make note of them in this article.
2222

2323
## Pointer event types
2424

0 commit comments

Comments
 (0)