From 19a09f115c6f817ab35f2718f06d5d26bff8539b Mon Sep 17 00:00:00 2001 From: TylerLeonhardt Date: Tue, 27 Oct 2020 22:03:42 +0000 Subject: [PATCH] [Ignore] Update Notebook dts --- vscode.proposed.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vscode.proposed.d.ts b/vscode.proposed.d.ts index f56f3abdf4..b803dce0f8 100644 --- a/vscode.proposed.d.ts +++ b/vscode.proposed.d.ts @@ -360,7 +360,7 @@ declare module 'vscode' { * * Messages are only delivered if the editor is live. * - * @param message Body of the message. This must be a string or other json serilizable object. + * @param message Body of the message. This must be a string or other json serializable object. */ postMessage(message: any): Thenable; @@ -562,7 +562,7 @@ declare module 'vscode' { * * Messages are only delivered if the editor is live. * - * @param message Body of the message. This must be a string or other json serilizable object. + * @param message Body of the message. This must be a string or other json serializable object. */ postMessage(message: any): Thenable;