From 7df1cf77c12863b880c043478f5ad994e8c93145 Mon Sep 17 00:00:00 2001 From: Jonah Iden Date: Wed, 29 Jan 2025 12:28:16 +0100 Subject: [PATCH] typo fix Co-authored-by: Mark Sujew --- .../main/browser/notebooks/renderers/cell-output-webview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-ext/src/main/browser/notebooks/renderers/cell-output-webview.tsx b/packages/plugin-ext/src/main/browser/notebooks/renderers/cell-output-webview.tsx index 24bbd23602d43..0da11712ae279 100644 --- a/packages/plugin-ext/src/main/browser/notebooks/renderers/cell-output-webview.tsx +++ b/packages/plugin-ext/src/main/browser/notebooks/renderers/cell-output-webview.tsx @@ -243,7 +243,7 @@ export class CellOutputWebviewImpl implements CellOutputWebview, Disposable { protected element?: HTMLDivElement; // React.createRef(); protected webviewWidget: WebviewWidget; - protected webiviewWidgetInitialized = new Deferred(); + protected webviewWidgetInitialized = new Deferred(); protected toDispose = new DisposableCollection();