From 2bfaf1c3c2356c2a4865dde7f0ed2855b98fdb87 Mon Sep 17 00:00:00 2001 From: YuanHao Chiang Date: Thu, 5 Dec 2019 13:25:35 +0800 Subject: [PATCH] =?UTF-8?q?"And"=20instead=20of=20"=D0=B8"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/article.md b/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/article.md index 5d9d7a34..3e57fffc 100644 --- a/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/article.md +++ b/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/article.md @@ -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. -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