This commit is contained in:
Alex Dima 2018-10-31 15:11:37 +01:00
parent 2086fa380f
commit 609b93eb01

2
src/monaco.d.ts vendored
View file

@ -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;