diff options
author | Horacio Sanson <hsanson@gmail.com> | 2020-07-31 08:13:04 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 08:13:04 +0900 |
commit | 275b5248e57b457d5d6daf8932915287585078ee (patch) | |
tree | 6a96076785a0afa88b3bdbec5dfe6900ab279a90 /doc | |
parent | e03e24c091c601a821379d259191583b39bcf23e (diff) | |
parent | 72f1d730fd3ff22eeddc952ddf7fe49095ea64f1 (diff) | |
download | ale-275b5248e57b457d5d6daf8932915287585078ee.zip |
Merge pull request #3258 from jmreicha/patch-3
bashate typo
Diffstat (limited to 'doc')
-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' < =============================================================================== |