Fix a typo in the documentation
This commit is contained in:
parent
164c711b3d
commit
45c5fe7f43
@ -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'],
|
||||
\ },
|
||||
\}
|
||||
<
|
||||
|
Loading…
Reference in New Issue
Block a user