"And" instead of "и"

This commit is contained in:
YuanHao Chiang 2019-12-05 13:25:35 +08:00 committed by GitHub
parent 12ef7fc704
commit 2bfaf1c3c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ If there's some action upon leaving the element, e.g. animation runs, then such
To avoid it, we can check `relatedTarget` and, if the mouse is still inside the element, then ignore such event. To avoid it, we can check `relatedTarget` 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 ## Events mouseenter and mouseleave