summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJosh Reichardt <josh.reichardt@gmail.com>2020-07-30 09:00:20 -0500
committerGitHub <noreply@github.com>2020-07-30 09:00:20 -0500
commit72f1d730fd3ff22eeddc952ddf7fe49095ea64f1 (patch)
tree6a96076785a0afa88b3bdbec5dfe6900ab279a90 /doc
parente03e24c091c601a821379d259191583b39bcf23e (diff)
downloadale-72f1d730fd3ff22eeddc952ddf7fe49095ea64f1.zip
Typo
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-sh.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-sh.txt b/doc/ale-sh.txt
index 7897d0ce..c06f737a 100644
--- a/doc/ale-sh.txt
+++ b/doc/ale-sh.txt
@@ -22,7 +22,7 @@ g:ale_sh_bashate_options *g:ale_sh_bashate_options*
example to ignore the indentation rule:
>
- let g:ale_sh_shellcheck_options = '-i E003'
+ let g:ale_sh_bashate_options = '-i E003'
<
===============================================================================