Skip to content

Commit d75be14

Browse files
authored
Update article.md
Move '=' out of backticks. Take two.
1 parent b7a92c9 commit d75be14

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

Lines changed: 1 addition & 1 deletion
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)