From 6653d96ddd9d5659147b5a096daf292685d1e66f Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Wed, 31 Oct 2018 15:10:26 +0100 Subject: [PATCH] Fix typo --- src/monaco.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monaco.d.ts b/src/monaco.d.ts index 787e9376..c1b21edc 100644 --- a/src/monaco.d.ts +++ b/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; /**