mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +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.
|
||||
*
|
||||
* @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.
|
||||
*/
|
||||
setMaximumWorkerIdleTime(value: number): void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue