Skip to content

Commit b7a92c9

Browse files
authored
Update article.md
Move '=' out of backticks
1 parent 25c8c4a commit b7a92c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/2-events/02-bubbling-and-capturing/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For instance, if we have a single handler `form.onclick`, then it can "catch" al
6868

6969
In `form.onclick` handler:
7070

71-
- `this` (`=event.currentTarget`) is the `<form>` element, because the handler runs on it.
71+
- `this` (='event.currentTarget`) is the `<form>` element, because the handler runs on it.
7272
- `event.target` is the actual element inside the form that was clicked.
7373

7474
Check it out:

0 commit comments

Comments
 (0)