Skip to content

Commit 0437d57

Browse files
committed
Fix typo in 2.3.3 (Moving the mouse...)
1 parent 99e59ba commit 0437d57

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ An important feature of `mouseout` -- it triggers, when the pointer moves from a
8080
</div>
8181
```
8282

83-
If we're on `#parent` and then move the pointer deeper into `#child`, but we get `mouseout` on `#parent`!
83+
If we're on `#parent` and then move the pointer deeper into `#child`, we get `mouseout` on `#parent`!
8484

8585
![](mouseover-to-child.svg)
8686

0 commit comments

Comments
 (0)