Skip to content

Commit 8edfab5

Browse files
authored
grammar fix
1 parent 62a0bb5 commit 8edfab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/2-events/03-event-delegation/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Event delegation
33

4-
Capturing and bubbling allow to implement one of most powerful event handling patterns called *event delegation*.
4+
Capturing and bubbling allow us to implement one of most powerful event handling patterns called *event delegation*.
55

66
The idea is that if we have a lot of elements handled in a similar way, then instead of assigning a handler to each of them -- we put a single handler on their common ancestor.
77

0 commit comments

Comments
 (0)