diff options
author | w0rp <devw0rp@gmail.com> | 2018-03-26 09:19:58 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-03-26 09:19:58 +0100 |
commit | 45c5fe7f43d85513943202e620f9a751cfc534fc (patch) | |
tree | c88960b55e972be85f3c5fa0b8f4448e1e9aa6f0 | |
parent | 164c711b3da5a51a2323a3bd613df251ce455ca5 (diff) | |
download | ale-45c5fe7f43d85513943202e620f9a751cfc534fc.zip |
Fix a typo in the documentation
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 47a7d33b..1c8025a4 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1263,7 +1263,7 @@ g:ale_pattern_options *g:ale_pattern_options* let g:ale_pattern_options = { \ '\.foo\.js$': { \ 'ale_linters': ['eslint'], - \ 'ale_fixers: ['eslint'], + \ 'ale_fixers': ['eslint'], \ }, \} < |