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

updateIpfs
Thabokani 10 months ago committed by Aniket
parent 588775cbc3
commit 1e06d769c7
  1. 6
      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
}

Loading…
Cancel
Save