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