Alex Dima пре 6 година
родитељ
комит
6653d96ddd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/monaco.d.ts

+ 1 - 1
src/monaco.d.ts

@@ -10,7 +10,7 @@ declare module monaco.languages.json {
          */
         readonly validate?: boolean;
         /**
-         * 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 allowComments?: boolean;
         /**