Fix minor typo error: change when when to when
This commit is contained in:
parent
72482bc435
commit
356d5278cd
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ We've already seen some of these events:
|
|||
: Triggers after two clicks on the same element within a short timeframe. Rarely used nowadays.
|
||||
|
||||
`contextmenu`
|
||||
: 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.
|
||||
: 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.
|
||||
|
||||
...There are several other events too, we'll cover them later.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue