Skip to content

Commit 630b9d9

Browse files
committed
fix escape code
1 parent 5838ca4 commit 630b9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/src/completions/staticHintSuggestions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const letterKeys = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l',
2828
)
2929
const someOtherKeys = [
3030
'Space',
31-
'Esc',
31+
'Escape',
3232
'Tab',
3333
'Enter',
3434
'Equal',

0 commit comments

Comments
 (0)