We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a4567 commit 9956792Copy full SHA for 9956792
1 file changed
14_event.txt
@@ -182,7 +182,7 @@ accidentally handling something that propagated up from a node you do not
182
want to handle. It is also possible to use the `target` property to
183
cast a wide net for a specific type of event. For example, if you
184
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
+clicks on these buttons, it may be more convenient to register a
186
single click handler on the outer node, and have it figure out whether
187
a button was clicked, than to register individual handlers on all of
188
the buttons.
0 commit comments