We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3657b43 commit 6ee6190Copy full SHA for 6ee6190
README.md
@@ -35,4 +35,4 @@ document.body.on('keydown', (e) => {
35
## Why not use evt.which keyCodes ?
36
37
- `evt.which` keycodes are a deprecated standard.
38
-- Ability to create synthetic key events which is not possible with `evt.which`.
+- Ability to create synthetic key events is not possible with `evt.which`.
0 commit comments