Skip to content

Commit 00237ef

Browse files
authored
Merge pull request #2824 from chrisbarbas/patch-1
Added 'the' to first sentence
2 parents e7b524c + a960e3e commit 00237ef

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 us to implement one of most powerful event handling patterns called *event delegation*.
4+
Capturing and bubbling allow us to implement one of the 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)