Skip to content

Commit ad3a7cc

Browse files
arukuEduardo Thomas
authored andcommitted
Fix typo (I think)
1 parent 7d05ada commit ad3a7cc

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
@@ -5,7 +5,7 @@ Capturing and bubbling allow us to implement one of most powerful event handling
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

8-
In the handler we get `event.target`, see where the event actually happened and handle it.
8+
In the handler we get `event.target` to see where the event actually happened and handle it.
99

1010
Let's see an example -- the [Ba-Gua diagram](http://en.wikipedia.org/wiki/Ba_gua) reflecting the ancient Chinese philosophy.
1111

0 commit comments

Comments
 (0)