Skip to content

Commit 356d527

Browse files
authored
Fix minor typo error: change when when to when
1 parent 72482bc commit 356d527

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
@@ -24,7 +24,7 @@ We've already seen some of these events:
2424
: Triggers after two clicks on the same element within a short timeframe. Rarely used nowadays.
2525

2626
`contextmenu`
27-
: Triggers when when the right mouse button is pressed. There are other ways to open a context menu, e.g. using a special keyboard key, it triggers in that case also, so it's not exactly the mouse event.
27+
: Triggers when the right mouse button is pressed. There are other ways to open a context menu, e.g. using a special keyboard key, it triggers in that case also, so it's not exactly the mouse event.
2828

2929
...There are several other events too, we'll cover them later.
3030

0 commit comments

Comments
 (0)