From dcb97db804c48a292ee7ec23edca5d4ad1e4d7f2 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Wed, 20 Mar 2024 23:24:32 +0100 Subject: [PATCH] chore: fix typos (#44) --- editors/code/src/welcome.ts | 2 +- tests/{documenttion.v => documentation.v} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{documenttion.v => documentation.v} (100%) diff --git a/editors/code/src/welcome.ts b/editors/code/src/welcome.ts index d8a1f67a..be6033b7 100644 --- a/editors/code/src/welcome.ts +++ b/editors/code/src/welcome.ts @@ -75,7 +75,7 @@ export class WelcomePanel { this.update(); // Listen for when the panel is disposed - // This happens when the user closes the panel or when the panel is closed programatically + // This happens when the user closes the panel or when the panel is closed programmatically this.panel.onDidDispose(() => this.dispose(), null, this.disposables); } diff --git a/tests/documenttion.v b/tests/documentation.v similarity index 100% rename from tests/documenttion.v rename to tests/documentation.v