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