Skip to content

Commit f8d68ca

Browse files
authored
Update article.md
1 parent 37057a7 commit f8d68ca

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/3-event-details/1-mouse-events-basics

1 file changed

+1
-1
lines changed

2-ui/3-event-details/1-mouse-events-basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ We've already seen some of these events:
3030

3131
## Events order
3232

33-
As you can see z list above, a user action may trigger multiple events.
33+
As you can see from the list above, a user action may trigger multiple events.
3434

3535
For instance, a left-button click first triggers `mousedown`, when the button is pressed, then `mouseup` and `click` when it's released.
3636

0 commit comments

Comments
 (0)