From 609b93eb011be5b9840d988249d4fbad012130ed Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Wed, 31 Oct 2018 15:11:37 +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 35806f17..2a3bab0c 100644 --- a/src/monaco.d.ts +++ b/src/monaco.d.ts @@ -135,7 +135,7 @@ declare module monaco.languages.typescript { * * @param content The file content * @param filePath An optional file path - * @returns A disposabled which will remove the file from the + * @returns A disposable which will remove the file from the * language service upon disposal. */ addExtraLib(content: string, filePath?: string): IDisposable;