Alex Dima 6 年之前
父節點
當前提交
76a8299ad5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/monaco.d.ts

+ 1 - 1
src/monaco.d.ts

@@ -25,7 +25,7 @@ declare module monaco.languages.html {
 
     export interface Options {
         /**
-         * If set, comments are tolerated. If set to false, syntax errors will be emmited for comments.
+         * If set, comments are tolerated. If set to false, syntax errors will be emitted for comments.
          */
         readonly format?: HTMLFormatConfiguration;
         /**