We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c8c4a commit b7a92c9Copy full SHA for b7a92c9
2-ui/2-events/02-bubbling-and-capturing/article.md
@@ -68,7 +68,7 @@ For instance, if we have a single handler `form.onclick`, then it can "catch" al
68
69
In `form.onclick` handler:
70
71
-- `this` (`=event.currentTarget`) is the `<form>` element, because the handler runs on it.
+- `this` (='event.currentTarget`) is the `<form>` element, because the handler runs on it.
72
- `event.target` is the actual element inside the form that was clicked.
73
74
Check it out:
0 commit comments