Skip to content

Commit 35ee68e

Browse files
authored
Update article.md
1 parent a7b5f37 commit 35ee68e

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave

1 file changed

+1
-1
lines changed

2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ We should keep that possibility in mind when using `event.relatedTarget` in our
4242
4343
The `mousemove` event triggers when the mouse moves. But that doesn't mean that every pixel leads to an event.
4444
45-
The browser checks the mouse position from time to time. And if he notices changes then triggers the events.
45+
The browser checks the mouse position from time to time. And if it notices changes then triggers the events.
4646
4747
That means that if the visitor is moving the mouse very fast then DOM-elements may be skipped:
4848

0 commit comments

Comments
 (0)