Parcourir la source

More typo fixing

Alex Dima il y a 7 ans
Parent
commit
476420ef51
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/monaco.d.ts

+ 1 - 1
src/monaco.d.ts

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