Fix typo in how_to_bind_keydown_events_to_specific_keys.md (#586)
Changes `whenver` -> `whenever`
This commit is contained in:
parent
6b726a340e
commit
284c42d981
|
@ -6,7 +6,7 @@ The [`data-on`](/reference/attribute_plugins#data-on) attribute allows us to att
|
||||||
|
|
||||||
## Goal
|
## Goal
|
||||||
|
|
||||||
Our goal is to show an alert whenver the user presses the `Enter` key, or a combination of the `Ctrl` and `L` keys.
|
Our goal is to show an alert whenever the user presses the `Enter` key, or a combination of the `Ctrl` and `L` keys.
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue