Skip to content

Commit

Permalink
Update src/helpers/keycodes.ts
Browse files Browse the repository at this point in the history
typo fix

Co-authored-by: Matthew Holloway <matthew@springload.co.nz>
  • Loading branch information
joris-rotteveel and Matthew Holloway committed Nov 19, 2020
1 parent 91dffb0 commit 0556a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/keycodes.ts
Expand Up @@ -3,7 +3,7 @@ const keycodes = {
ENTER: 'Enter',
HOME: 'Home',
SPACE: ' ',
SPACE_DEPCRICATED: 'Spacebar',
SPACE_DEPRECATED: 'Spacebar',
UP: 'ArrowUp',
DOWN: 'ArrowDown',
LEFT: 'ArrowLeft',
Expand Down

0 comments on commit 0556a74

Please sign in to comment.