From 72f1d730fd3ff22eeddc952ddf7fe49095ea64f1 Mon Sep 17 00:00:00 2001 From: Josh Reichardt Date: Thu, 30 Jul 2020 09:00:20 -0500 Subject: [PATCH] Typo --- doc/ale-sh.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' < ===============================================================================