diff --git a/libs/remix-ui/editor/src/types/monaco.ts b/libs/remix-ui/editor/src/types/monaco.ts index 8ef34ee8ee..e12fb2c859 100644 --- a/libs/remix-ui/editor/src/types/monaco.ts +++ b/libs/remix-ui/editor/src/types/monaco.ts @@ -3815,7 +3815,7 @@ declare namespace monaco.editor { */ mouseWheelScrollSensitivity?: number /** - * FastScrolling mulitplier speed when pressing `Alt` + * FastScrolling multiplier speed when pressing `Alt` * Defaults to 5. */ fastScrollSensitivity?: number @@ -8930,7 +8930,7 @@ declare namespace monaco.languages.css { readonly idSelector?: 'ignore' | 'warning' | 'error' } /** - * Configures the CSS data types known by the langauge service. + * Configures the CSS data types known by the language service. */ readonly data?: CSSDataConfiguration /** @@ -9124,7 +9124,7 @@ declare namespace monaco.languages.html { */ readonly suggest?: CompletionConfiguration /** - * Configures the HTML data types known by the HTML langauge service. + * Configures the HTML data types known by the HTML language service. */ readonly data?: HTMLDataConfiguration }