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' {
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 */
365365postMessage ( 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 */
567567postMessage ( message : any ) : Thenable < boolean > ;
568568
You can’t perform that action at this time.
0 commit comments