Skip to content

Commit 2916cd2

Browse files
authored
Fix typo
1 parent 37c7f3c commit 2916cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { makeDebugConfig } from "./debug";
88
import { Config, RunnableEnvCfg } from "./config";
99

1010
const quickPickButtons = [
11-
{ iconPath: new vscode.ThemeIcon("save"), tooltip: "Save as a launch.json configurtation." },
11+
{ iconPath: new vscode.ThemeIcon("save"), tooltip: "Save as a launch.json configuration." },
1212
];
1313

1414
export async function selectRunnable(

0 commit comments

Comments
 (0)