Skip to content

Commit 591fde5

Browse files
authored
🤖 Merge PR DefinitelyTyped#74140 chore: typo by @HomyeeKing
1 parent a06bb40 commit 591fde5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/vscode/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10143,7 +10143,7 @@ declare module 'vscode' {
1014310143
*
1014410144
* This closes the panel if it showing and disposes of the resources owned by the webview.
1014510145
* Webview panels are also disposed when the user closes the webview panel. Both cases
10146-
* fire the `onDispose` event.
10146+
* fire the `onDidDispose` event.
1014710147
*/
1014810148
dispose(): any;
1014910149
}

0 commit comments

Comments
 (0)