diff options
author | Rei MOCHIZUKI <mochizuki33209@gmail.com> | 2017-07-21 09:36:40 +0900 |
---|---|---|
committer | Rei MOCHIZUKI <mochizuki33209@gmail.com> | 2017-07-21 09:36:40 +0900 |
commit | ce845e51f21f62245efb9f3e050e9f9d0b497015 (patch) | |
tree | 25149ce0b7efb6772df37e829a7bd7b267522f5f /doc/ale-go.txt | |
parent | 87616c5e91746181182a1f7eb0c09487d6ade3e7 (diff) | |
download | ale-ce845e51f21f62245efb9f3e050e9f9d0b497015.zip |
fix typo in doc/ale-go
Diffstat (limited to 'doc/ale-go.txt')
-rw-r--r-- | doc/ale-go.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-go.txt b/doc/ale-go.txt index 05baf7b3..ac942b7b 100644 --- a/doc/ale-go.txt +++ b/doc/ale-go.txt @@ -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. |