Skip to content

Commit 6b10e6b

Browse files
committed
minor fixes
1 parent beead61 commit 6b10e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ Additional abilities of Pointer events are:
205205
- Device-specific properties, such as `pressure`, `width/height` and others.
206206
- Pointer capturing: we can retarget all pointer events to a specific element until `pointerup`/`pointercancel`.
207207

208-
As of now, pointer events are supported in all major browsers, so we can safely switch to them, if IE10- and Safari 12- is not needed. And even with those browsers, there are polyfills that enable the support of pointer events.
208+
As of now, pointer events are supported in all major browsers, so we can safely switch to them, if IE10- and Safari 12- are not needed. And even with those browsers, there are polyfills that enable the support of pointer events.

0 commit comments

Comments
 (0)