未验证 提交 e73ea41e 编写于 作者: T Toan Nguyen 提交者: GitHub

Fix typos in vscode.proposed.d.ts

上级 b8133990
...@@ -1529,7 +1529,7 @@ declare module 'vscode' { ...@@ -1529,7 +1529,7 @@ declare module 'vscode' {
* *
* Messages are only delivered if the editor is live. * 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<boolean>; postMessage(message: any): Thenable<boolean>;
...@@ -1731,7 +1731,7 @@ declare module 'vscode' { ...@@ -1731,7 +1731,7 @@ declare module 'vscode' {
* *
* Messages are only delivered if the editor is live. * 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<boolean>; postMessage(message: any): Thenable<boolean>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册