Update article.md

Fixed sentence structure
This commit is contained in:
Anton Krekotun 2019-06-06 12:21:21 +03:00 committed by GitHub
parent 6a4c4193ad
commit f5f75502a1
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.
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:
- `mousemove`, a user moved their mouse.