From 8d523f9831e882d41fa489f9589c55f5d4b58607 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Mon, 27 Jun 2016 10:32:19 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f36f9f1c..5bba300b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ CSS language plugin for the Monaco Editor. It provides the following features wh * Find definition, references & highlights for symbols in the same file * Document Symbols -Linting an be configured through the API. See ([here](https://github.com/Microsoft/monaco-css/blob/master/src/monaco.d.ts) for the API that the +Linting an be configured through the API. See [here](https://github.com/Microsoft/monaco-css/blob/master/src/monaco.d.ts) for the API that the CSS plugin offers to configure the CSS/LESS/SCSS language support. Internally the CSS plugin uses the [vscode-css-languageservice](https://github.com/Microsoft/vscode-css-languageservice)