Skip to content

Commit e3fb7dd

Browse files
authored
minor
1 parent 79417c6 commit e3fb7dd

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ When the pointer leaves an element -- `mouseleave` triggers.
145145
```online
146146
This example is similar to the one above, but now the top element has `mouseenter/mouseleave` instead of `mouseover/mouseout`.
147147
148-
As you can see, the only generated events are the ones related to moving the pointer in and out of the top element. Nothing happens when the pointer goes to the child and back. Transitions between descendants are ignores
148+
As you can see, the only generated events are the ones related to moving the pointer in and out of the top element. Nothing happens when the pointer goes to the child and back. Transitions between descendants are ignored
149149
150150
[codetabs height=340 src="mouseleave"]
151151
```

0 commit comments

Comments
 (0)