Skip to content

Commit 4bf5f59

Browse files
author
Veetaha
committed
vscode: fix type
1 parent 8184752 commit 4bf5f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let ctx!: Ctx;
1111
export async function activate(context: vscode.ExtensionContext) {
1212
ctx = new Ctx(context);
1313

14-
// Commands which invokes manually via command pallete, shortcut, etc.
14+
// Commands which invokes manually via command palette, shortcut, etc.
1515
ctx.registerCommand('analyzerStatus', commands.analyzerStatus);
1616
ctx.registerCommand('collectGarbage', commands.collectGarbage);
1717
ctx.registerCommand('matchingBrace', commands.matchingBrace);

0 commit comments

Comments
 (0)