Skip to content

Commit d64ad30

Browse files
authored
docs: fix comment
1 parent 9aa25bb commit d64ad30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const ARROW_UP_KEY = 'ArrowUp'
1717
const ARROW_DOWN_KEY = 'ArrowDown'
1818
const C_KEY = 'c'
1919

20-
// TODO Implement cursor keyboard combinations, e. g. Ctrl + u
20+
// TODO Implement keyboard combinations, e. g. Ctrl + u
2121

2222
// Creates a command not found component
2323
export const createCommandNotFound = (command, notFoundText = 'command not found', name = 'VueCommandNotFound') => {

0 commit comments

Comments
 (0)