Fix typo in 2.3.3 (Moving the mouse...)

This commit is contained in:
Vse Mozhe Buty 2020-11-18 19:07:21 +02:00
parent 99e59ba611
commit 0437d5702b

View file

@ -80,7 +80,7 @@ An important feature of `mouseout` -- it triggers, when the pointer moves from a
</div>
```
If we're on `#parent` and then move the pointer deeper into `#child`, but we get `mouseout` on `#parent`!
If we're on `#parent` and then move the pointer deeper into `#child`, we get `mouseout` on `#parent`!
![](mouseover-to-child.svg)