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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'),
},