diff --git a/2-ui/2-events/01-introduction-browser-events/article.md b/2-ui/2-events/01-introduction-browser-events/article.md index 26025451..4b0b237f 100644 --- a/2-ui/2-events/01-introduction-browser-events/article.md +++ b/2-ui/2-events/01-introduction-browser-events/article.md @@ -148,7 +148,7 @@ In the code below `button` shows its contents using `this.innerHTML`: ## Possible mistakes -If you're starting to work with event -- please note some subtleties. +If you're starting to work with events -- please note some subtleties. **The function should be assigned as `sayThanks`, not `sayThanks()`.**