Skip to content

Commit f073dbd

Browse files
authored
Update task.md
'use the event delegation' -> 'use event delegation'
1 parent c356514 commit f073dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/2-events/04-default-browser-action/2-catch-link-navigation/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Like this:
1212

1313
Details:
1414

15-
- HTML inside the element may be loaded or regenerated dynamically at any time, so we can't find all links and put handlers on them. Use the event delegation.
15+
- HTML inside the element may be loaded or regenerated dynamically at any time, so we can't find all links and put handlers on them. Use event delegation.
1616
- The content may have nested tags. Inside links too, like `<a href=".."><i>...</i></a>`.

0 commit comments

Comments
 (0)