File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ declare module 'vscode' {
360
360
*
361
361
* Messages are only delivered if the editor is live.
362
362
*
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.
364
364
*/
365
365
postMessage ( message : any ) : Thenable < boolean > ;
366
366
@@ -562,7 +562,7 @@ declare module 'vscode' {
562
562
*
563
563
* Messages are only delivered if the editor is live.
564
564
*
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.
566
566
*/
567
567
postMessage ( message : any ) : Thenable < boolean > ;
568
568
You can’t perform that action at this time.
0 commit comments