diff --git a/2-ui/2-events/02-bubbling-and-capturing/article.md b/2-ui/2-events/02-bubbling-and-capturing/article.md index 0593cd13..7db8399e 100644 --- a/2-ui/2-events/02-bubbling-and-capturing/article.md +++ b/2-ui/2-events/02-bubbling-and-capturing/article.md @@ -69,13 +69,13 @@ For instance, if we have a single handler `form.onclick`, then it can "catch" al In `form.onclick` handler: - `this` (`=event.currentTarget`) is the `