Update commands.ts

Fixed Typo
This commit is contained in:
JosiahMoses
2021-11-16 11:43:32 -06:00
committed by GitHub
parent af219b5f45
commit a357d58de3

View File

@@ -51,7 +51,7 @@ const commands: Command[] = [
//Navigation Keys......
{
name: 'mind-reader.showAllSymboles',
name: 'mind-reader.showAllSymbols',
callback: () => vscode.commands.executeCommand('workbench.action.showAllSymbols'),
},