diff options
author | w0rp <w0rp@users.noreply.github.com> | 2016-12-26 16:47:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-26 16:47:02 +0000 |
commit | 3e1486fc927d6641ea8d21cc31c5870cb7c75ce7 (patch) | |
tree | a67035221a66bd2f75e468d4cafbf159f830b209 | |
parent | fcfd8d5f56f19a4c865138e5c329417a89503431 (diff) | |
parent | 14aff89fb2b6ceb810e743e9c10313c6b170857c (diff) | |
download | ale-3e1486fc927d6641ea8d21cc31c5870cb7c75ce7.zip |
Merge pull request #233 from LubergAlexander/master
Fixed a typo scss -> sass
-rw-r--r-- | doc/ale.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index e181fa4a..8144267e 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -722,7 +722,7 @@ g:ale_css_stylelint_use_global *g:ale_css_stylelint_use_global global version of stylelint, in preference to locally installed versions of stylelint in node_modules. -g:ale_scss_stylelint_executable *g:ale_scss_stylelint_executable* +g:ale_sass_stylelint_executable *g:ale_sass_stylelint_executable* Type: |String| Default: `'stylelint'` @@ -731,10 +731,10 @@ g:ale_scss_stylelint_executable *g:ale_scss_stylelint_executable directory. If no such path exists, this variable will be used instead. If you wish to use only a globally installed version of stylelint, set - |g:ale_scss_stylelint_use_global| to `1`. + |g:ale_sass_stylelint_use_global| to `1`. -g:ale_scss_stylelint_use_global *g:ale_scss_stylelint_use_global* +g:ale_sass_stylelint_use_global *g:ale_sass_stylelint_use_global* Type: |String| Default: `0` |