We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37057a7 commit f8d68caCopy full SHA for f8d68ca
2-ui/3-event-details/1-mouse-events-basics/article.md
@@ -30,7 +30,7 @@ We've already seen some of these events:
30
31
## Events order
32
33
-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.
34
35
For instance, a left-button click first triggers `mousedown`, when the button is pressed, then `mouseup` and `click` when it's released.
36
0 commit comments