summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSam Zeng <2367250+samzeng@users.noreply.github.com>2019-01-15 23:06:51 +0800
committerGitHub <noreply@github.com>2019-01-15 23:06:51 +0800
commit6efa37d35bbeb67cd436a6027c2be0dda43d9802 (patch)
tree85b2334cc0d2bd3b655671109cc486d2de92ef30 /README.md
parenta50e049e747739c711198bd706c7340e16b182cc (diff)
downloadale-6efa37d35bbeb67cd436a6027c2be0dda43d9802.zip
Fixed typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d3e4fd0..9eebf5d1 100644
--- a/README.md
+++ b/README.md
@@ -761,7 +761,7 @@ Or if you want, you can configure the linters from your vimrc file.
```vim
" In ~/.vim/vimrc, or somewhere similar.
-let g:ale_linter_aliases = {'jsx': ['css, 'javascript']}
+let g:ale_linter_aliases = {'jsx': ['css', 'javascript']}
let g:ale_linters = {'jsx': ['stylelint', 'eslint']}
```