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;
         /**