Skip to content

Commit

Permalink
Merge pull request #151 from tony-xia/fix-typo
Browse files Browse the repository at this point in the history
Fixed a minor typo
  • Loading branch information
aeschli committed Apr 12, 2019
2 parents 61999db + e5bbba5 commit 2d0a8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2d0a8b9

Please sign in to comment.