diff options
author | Josh Reichardt <josh.reichardt@gmail.com> | 2020-07-30 09:00:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-30 09:00:20 -0500 |
commit | 72f1d730fd3ff22eeddc952ddf7fe49095ea64f1 (patch) | |
tree | 6a96076785a0afa88b3bdbec5dfe6900ab279a90 /doc/ale-sh.txt | |
parent | e03e24c091c601a821379d259191583b39bcf23e (diff) | |
download | ale-72f1d730fd3ff22eeddc952ddf7fe49095ea64f1.zip |
Typo
Diffstat (limited to 'doc/ale-sh.txt')
-rw-r--r-- | doc/ale-sh.txt | 2 |
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' < =============================================================================== |