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 9aa25bb commit d64ad30Copy full SHA for d64ad30
src/library.js
@@ -17,7 +17,7 @@ const ARROW_UP_KEY = 'ArrowUp'
17
const ARROW_DOWN_KEY = 'ArrowDown'
18
const C_KEY = 'c'
19
20
-// TODO Implement cursor keyboard combinations, e. g. Ctrl + u
+// TODO Implement keyboard combinations, e. g. Ctrl + u
21
22
// Creates a command not found component
23
export const createCommandNotFound = (command, notFoundText = 'command not found', name = 'VueCommandNotFound') => {
0 commit comments