From f8330d0487c4277c712dcd33c198049fa372fb5d Mon Sep 17 00:00:00 2001 From: Dmitry Anderson Date: Wed, 15 Aug 2018 17:25:34 +0300 Subject: [PATCH] typo in 172 line had fix small typo in 172 line --- .../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 25b92181..25bd3856 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 @@ -169,7 +169,7 @@ Here's the full example with all details: [codetabs height=380 src="mouseenter-mouseleave-delegation-2"] -Try to move the cursor in and out of table cells and inside them. Fast or slow -- doesn't better. Only `` as a whole is highlighted unlike the example before. +Try to move the cursor in and out of table cells and inside them. Fast or slow -- doesn't matter. Only `` as a whole is highlighted unlike the example before. ```