Skip to content

Commit 6c4c849

Browse files
fix: comment typos
1 parent 7a297ca commit 6c4c849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shortcut_formatting.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* Check the platform and return a prefix for the keyboard shortcut.
33
* TODO: https://github.com/google/blockly-keyboard-experimentation/issues/155
4-
* This will eventually be the responsibility of the action code ib
4+
* This will eventually be the responsibility of the action code in
55
* Blockly core.
66
*
7-
* @param key The key to press in combination with Ctrl of Command.
7+
* @param key The key to press in combination with Ctrl or Command.
88
* @returns A platform-appropriate string for the meta key.
99
*/
1010
export function formatMetaShortcut(key: string) {

0 commit comments

Comments
 (0)