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