mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
More typo fixing
This commit is contained in:
parent
f800aa3abe
commit
476420ef51
1 changed files with 1 additions and 1 deletions
2
src/monaco.d.ts
vendored
2
src/monaco.d.ts
vendored
|
|
@ -132,7 +132,7 @@ declare module monaco.languages.typescript {
|
||||||
/**
|
/**
|
||||||
* Configure when the worker shuts down. By default that is 2mins.
|
* Configure when the worker shuts down. By default that is 2mins.
|
||||||
*
|
*
|
||||||
* @param value The maximun idle time in milliseconds. Values less than one
|
* @param value The maximum idle time in milliseconds. Values less than one
|
||||||
* mean never shut down.
|
* mean never shut down.
|
||||||
*/
|
*/
|
||||||
setMaximumWorkerIdleTime(value: number): void;
|
setMaximumWorkerIdleTime(value: number): void;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue