Merge pull request #2295 from vsemozhetbyt/patch-10

Fix typo in 2.3.3 (Moving the mouse...)
This commit is contained in:
Ilya Kantor 2020-11-24 23:24:16 +03:00 committed by GitHub
commit dd021301ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)