Skip to content

Commit d4447e3

Browse files
authored
Merge pull request #424 from AGCB/patch-2
grammar fix
2 parents dcc6e4d + 8edfab5 commit d4447e3

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

Lines changed: 1 addition & 1 deletion
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)