From 254ed84ed3a5367c33eb5bb8a3898470a82a41ed Mon Sep 17 00:00:00 2001 From: justanotheranonymoususer Date: Sat, 27 Mar 2021 15:30:07 +0300 Subject: [PATCH] Typo --- webview-sample/src/extension.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-sample/src/extension.ts b/webview-sample/src/extension.ts index 63499008..d2b6e26b 100644 --- a/webview-sample/src/extension.ts +++ b/webview-sample/src/extension.ts @@ -93,7 +93,7 @@ class CatCodingPanel { 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); // Update the content based on view changes