Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Sujew <[email protected]>
  • Loading branch information
jonah-iden and msujew authored Jan 29, 2025
1 parent 0d9cb09 commit 7df1cf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export class CellOutputWebviewImpl implements CellOutputWebview, Disposable {
protected element?: HTMLDivElement; // React.createRef<HTMLDivElement>();

protected webviewWidget: WebviewWidget;
protected webiviewWidgetInitialized = new Deferred();
protected webviewWidgetInitialized = new Deferred();

protected toDispose = new DisposableCollection();

Expand Down

0 comments on commit 7df1cf7

Please sign in to comment.