Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #12397 - Hofer-Julian:patch-1, r=lnicola
Fix typo
bors 2022-05-27
parent 37c7f3c · parent 2916cd2 · commit c567771
-rw-r--r--editors/code/src/run.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/run.ts b/editors/code/src/run.ts
index b3dff3db5d..22e5eda682 100644
--- a/editors/code/src/run.ts
+++ b/editors/code/src/run.ts
@@ -8,7 +8,7 @@ import { makeDebugConfig } from "./debug";
import { Config, RunnableEnvCfg } from "./config";
const quickPickButtons = [
- { iconPath: new vscode.ThemeIcon("save"), tooltip: "Save as a launch.json configurtation." },
+ { iconPath: new vscode.ThemeIcon("save"), tooltip: "Save as a launch.json configuration." },
];
export async function selectRunnable(