Merge pull request #789 from tmsc4zht/fix_typo_in_doc_ale-go

fix typo in doc/ale-go
This commit is contained in:
w0rp 2017-07-21 09:33:27 +01:00 committed by GitHub
commit af6830a722
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ To enable `gometalinter`, update |g:ale_linters| as appropriate:
let g:ale_linters = {'go': ['gometalinter', 'gofmt']}
<
A possible configuration is to enable `gometalinter` and `gofmt` but paired
with the `--fast` option, set by |g:ale_go_metalinter_options|. This gets you
with the `--fast` option, set by |g:ale_go_gometalinter_options|. This gets you
the benefit of running a number of linters, more than ALE would by default,
while ensuring it doesn't run any linters known to be slow or resource
intensive.