Update article.md

This commit is contained in:
Lavrentiy Rubtsov 2022-04-26 14:52:47 +06:00 committed by GitHub
parent 37057a7b57
commit f8d68ca445
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ We've already seen some of these events:
## Events order ## Events order
As you can see z list above, a user action may trigger multiple events. As you can see from the list above, a user action may trigger multiple events.
For instance, a left-button click first triggers `mousedown`, when the button is pressed, then `mouseup` and `click` when it's released. For instance, a left-button click first triggers `mousedown`, when the button is pressed, then `mouseup` and `click` when it's released.