Skip to content

Commit e424966

Browse files
[Ignore] Update Notebook dts (#3041)
Co-authored-by: TylerLeonhardt <[email protected]>
1 parent ee5521f commit e424966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode.proposed.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ declare module 'vscode' {
360360
*
361361
* Messages are only delivered if the editor is live.
362362
*
363-
* @param message Body of the message. This must be a string or other json serilizable object.
363+
* @param message Body of the message. This must be a string or other json serializable object.
364364
*/
365365
postMessage(message: any): Thenable<boolean>;
366366

@@ -562,7 +562,7 @@ declare module 'vscode' {
562562
*
563563
* Messages are only delivered if the editor is live.
564564
*
565-
* @param message Body of the message. This must be a string or other json serilizable object.
565+
* @param message Body of the message. This must be a string or other json serializable object.
566566
*/
567567
postMessage(message: any): Thenable<boolean>;
568568

0 commit comments

Comments
 (0)