Skip to content

Commit dc0d915

Browse files
Typo
Thanks for a great tutorial!
1 parent 8e1f438 commit dc0d915

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/2-events/01-introduction-browser-events

1 file changed

+1
-1
lines changed

2-ui/2-events/01-introduction-browser-events/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ element.removeEventListener(event, handler, [options]);
236236
````warn header="Removal requires the same function"
237237
To remove a handler we should pass exactly the same function as was assigned.
238238
239-
That doesn't work:
239+
This doesn't work:
240240
241241
```js no-beautify
242242
elem.addEventListener( "click" , () => alert('Thanks!'));

0 commit comments

Comments
 (0)