summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorAlexander Luberg <alex@luberg.me>2016-12-26 08:35:22 -0800
committerAlexander Luberg <alex@luberg.me>2016-12-26 08:35:22 -0800
commit14aff89fb2b6ceb810e743e9c10313c6b170857c (patch)
treea67035221a66bd2f75e468d4cafbf159f830b209 /doc/ale.txt
parentfcfd8d5f56f19a4c865138e5c329417a89503431 (diff)
downloadale-14aff89fb2b6ceb810e743e9c10313c6b170857c.zip
Fixed a typo scss -> sass
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt6
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`