Skip to content

Commit 2bfaf1c

Browse files
authored
"And" instead of "и"
1 parent 12ef7fc commit 2bfaf1c

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
@@ -115,7 +115,7 @@ If there's some action upon leaving the element, e.g. animation runs, then such
115115

116116
To avoid it, we can check `relatedTarget` and, if the mouse is still inside the element, then ignore such event.
117117

118-
Alternatively we can use other events: `mouseenter` и `mouseleave`, that we'll be covering now, as they don't have such problems.
118+
Alternatively we can use other events: `mouseenter` and `mouseleave`, that we'll be covering now, as they don't have such problems.
119119

120120
## Events mouseenter and mouseleave
121121

0 commit comments

Comments
 (0)