fix typo in libs/remix-ui/editor/src/types/monaco.ts

pull/5370/head
Thabokani 10 months ago committed by Aniket
parent 659144521c
commit 6bfddc5e9a
  1. 6
      libs/remix-ui/editor/src/types/monaco.ts

@ -3815,7 +3815,7 @@ declare namespace monaco.editor {
*/ */
mouseWheelScrollSensitivity?: number mouseWheelScrollSensitivity?: number
/** /**
* FastScrolling mulitplier speed when pressing `Alt` * FastScrolling multiplier speed when pressing `Alt`
* Defaults to 5. * Defaults to 5.
*/ */
fastScrollSensitivity?: number fastScrollSensitivity?: number
@ -8930,7 +8930,7 @@ declare namespace monaco.languages.css {
readonly idSelector?: 'ignore' | 'warning' | 'error' 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 readonly data?: CSSDataConfiguration
/** /**
@ -9124,7 +9124,7 @@ declare namespace monaco.languages.html {
*/ */
readonly suggest?: CompletionConfiguration 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 readonly data?: HTMLDataConfiguration
} }

Loading…
Cancel
Save