Skip to content

Commit 0983733

Browse files
fix typo
1 parent e586f3d commit 0983733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/common/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export type QueryHistoryCommands = {
5959
"codeQLQueryHistory.openOnGithub": SelectionCommandFunction<QueryHistoryInfo>;
6060
"codeQLQueryHistory.copyRepoList": SelectionCommandFunction<QueryHistoryInfo>;
6161

62-
// Commands in the command pallete
62+
// Commands in the command palette
6363
"codeQL.exportSelectedVariantAnalysisResults": () => Promise<void>;
6464
};
6565

0 commit comments

Comments
 (0)