Skip to content

Commit 131a3a7

Browse files
authored
Minor grammar
1 parent 53b35c1 commit 131a3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/2-events/02-bubbling-and-capturing/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ There's a property `event.eventPhase` that tells us the number of the phase on w
192192
If we `addEventListener(..., true)`, then we should mention the same phase in `removeEventListener(..., true)` to correctly remove the handler.
193193
```
194194
195-
````smart header="Listeners on same element and same phase run in their set order"
195+
````smart header="Listeners on the same element and same phase run in their set order"
196196
If we have multiple event handlers on the same phase, assigned to the same element with `addEventListener`, they run in the same order as they are created:
197197
198198
```js

0 commit comments

Comments
 (0)