Update article.md

'work with event' -> 'work with events'
This commit is contained in:
Peter Roche 2019-11-09 21:58:45 -07:00 committed by GitHub
parent 64acea4974
commit aab70cd727
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()`.**