We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7b5f37 + 35ee68e commit 981db42Copy full SHA for 981db42
2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/article.md
@@ -42,7 +42,7 @@ We should keep that possibility in mind when using `event.relatedTarget` in our
42
43
The `mousemove` event triggers when the mouse moves. But that doesn't mean that every pixel leads to an event.
44
45
-The browser checks the mouse position from time to time. And if he notices changes then triggers the events.
+The browser checks the mouse position from time to time. And if it notices changes then triggers the events.
46
47
That means that if the visitor is moving the mouse very fast then DOM-elements may be skipped:
48
0 commit comments