Update article.md (#1040)

Update article.md
This commit is contained in:
Alexey Pyltsyn 2019-06-10 09:11:54 +03:00 committed by GitHub
commit 7c6cfebc5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ In-browser JavaScript execution flow, as well as Node.js, is based on an *event
"Event loop" is a process when the engine sleeps and waits for events. When they occur - handles them and sleeps again. "Event loop" is a process when the engine sleeps and waits for events. When they occur - handles them and sleeps again.
Events may come either comes from external sources, like user actions, or just as the end signal of an internal task. Events may come either from external sources, like user actions, or just as the end signal of an internal task.
Examples of events: Examples of events:
- `mousemove`, a user moved their mouse. - `mousemove`, a user moved their mouse.