Spelling Continued

Checked some spelling further along in the article files. Made some
small grammatical fixes, but mostly spelling.
This commit is contained in:
reigningmetal 2017-06-12 20:26:14 -04:00
parent 42d9f16fe3
commit c97f53563c
19 changed files with 31 additions and 31 deletions

View file

@ -279,7 +279,7 @@ For custom events we should use `CustomEvent` constructor. It has an additional
Despite the technical possibility to generate browser events like `click` or `keydown`, we should use with the great care.
We shouldn't generate browser events as a hacky way to run handlers. That's a bad architecture most of the time.
We shouldn't generate browser events as it's a hacky way to run handlers. That's a bad architecture most of the time.
Native events might be generated: