Skip to content

Commit 27ff241

Browse files
authored
Merge pull request #1655 from yuanworks/patch-2-typo
Fix typo: "and" instead of "и"
2 parents 8b45448 + 2bfaf1c commit 27ff241

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ If there are some actions upon leaving the parent element, e.g. an animation run
125125

126126
To avoid it, we can check `relatedTarget` in the handler and, if the mouse is still inside the element, then ignore such event.
127127

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

130130
## Events mouseenter and mouseleave
131131

0 commit comments

Comments
 (0)