Skip to content

Commit 9956792

Browse files
arscanmarijnh
authored andcommitted
Fix typo in ch14
1 parent c6a4567 commit 9956792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

14_event.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ accidentally handling something that propagated up from a node you do not
182182
want to handle. It is also possible to use the `target` property to
183183
cast a wide net for a specific type of event. For example, if you
184184
have a node containing a long list of buttons and you want to handle
185-
clicks on these buttons, it may be more inconvenient to register a
185+
clicks on these buttons, it may be more convenient to register a
186186
single click handler on the outer node, and have it figure out whether
187187
a button was clicked, than to register individual handlers on all of
188188
the buttons.

0 commit comments

Comments
 (0)