Skip to content

Commit 0556a74

Browse files
joris-rotteveelMatthew Holloway
andauthored
Update src/helpers/keycodes.ts
typo fix Co-authored-by: Matthew Holloway <matthew@springload.co.nz>
1 parent 91dffb0 commit 0556a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/keycodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const keycodes = {
33
ENTER: 'Enter',
44
HOME: 'Home',
55
SPACE: ' ',
6-
SPACE_DEPCRICATED: 'Spacebar',
6+
SPACE_DEPRECATED: 'Spacebar',
77
UP: 'ArrowUp',
88
DOWN: 'ArrowDown',
99
LEFT: 'ArrowLeft',

0 commit comments

Comments
 (0)