From aab70cd727b8156559e0db1f3d86f08f7d18d071 Mon Sep 17 00:00:00 2001 From: Peter Roche <46547072+paroche@users.noreply.github.com> Date: Sat, 9 Nov 2019 21:58:45 -0700 Subject: [PATCH] Update article.md 'work with event' -> 'work with events' --- 2-ui/2-events/01-introduction-browser-events/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()`.**