diff --git a/README.md b/README.md index 534f5cd6..0ba09e6f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Why? ---- The _vscode-css-languageservice_ contains the language smarts behind the CSS, LESS and SCSS editing experience of Visual Studio Code and the Monaco editor. - - *doValidation* analyses an input string and returns syntax and lint errros. + - *doValidation* analyses an input string and returns syntax and lint errors. - *doComplete* provides completion proposals for a given location. - *doHover* provides a hover text for a given location. - *findDefinition* finds the definition of the symbol at the given location.