Merge pull request #1655 from yuanworks/patch-2-typo

Fix typo: "and" instead of "и"
This commit is contained in:
Alexey Pyltsyn 2019-12-19 23:06:24 +03:00 committed by GitHub
commit 27ff241b25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,7 @@ If there are some actions upon leaving the parent element, e.g. an animation run
To avoid it, we can check `relatedTarget` in the handler and, if the mouse is still inside the element, then ignore such event.
Alternatively we can use other events: `mouseenter` и `mouseleave`, that we'll be covering now, as they don't have such problems.
Alternatively we can use other events: `mouseenter` and `mouseleave`, that we'll be covering now, as they don't have such problems.
## Events mouseenter and mouseleave