From 8d13b7fb881e6a5c769d3393de92e831e29d6de3 Mon Sep 17 00:00:00 2001 From: Peter Roche <46547072+paroche@users.noreply.github.com> Date: Sun, 9 Aug 2020 01:16:27 -0600 Subject: [PATCH] One more little phrasing change --- 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 be32d5f8..9d92144b 100644 --- a/2-ui/3-event-details/6-pointer-events/article.md +++ b/2-ui/3-event-details/6-pointer-events/article.md @@ -18,7 +18,7 @@ Let's make a small overview, so that you understand the general picture and the 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. -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. +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. ## Pointer event types