Skip to content

Commit a633642

Browse files
authored
Merge pull request #226 from amboz/patch-1
Update article.md
2 parents a0d60d7 + 2d8ae03 commit a633642

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
@@ -50,7 +50,7 @@ The process is called "bubbling", because events "bubble" from the inner element
5050
```warn header="*Almost* all events bubble."
5151
The key word in this phrase is "almost".
5252
53-
For instance, a `focus` event does not bubble. There are other examples too, we'll meet them. But still it's an exception, rather then a rule, most events do bubble.
53+
For instance, a `focus` event does not bubble. There are other examples too, we'll meet them. But still it's an exception, rather than a rule, most events do bubble.
5454
```
5555

5656
## event.target

0 commit comments

Comments
 (0)