mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Fix typo
This commit is contained in:
parent
2086fa380f
commit
609b93eb01
1 changed files with 1 additions and 1 deletions
2
src/monaco.d.ts
vendored
2
src/monaco.d.ts
vendored
|
|
@ -135,7 +135,7 @@ declare module monaco.languages.typescript {
|
||||||
*
|
*
|
||||||
* @param content The file content
|
* @param content The file content
|
||||||
* @param filePath An optional file path
|
* @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.
|
* language service upon disposal.
|
||||||
*/
|
*/
|
||||||
addExtraLib(content: string, filePath?: string): IDisposable;
|
addExtraLib(content: string, filePath?: string): IDisposable;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue