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;