diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-07-21 09:33:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 09:33:27 +0100 |
commit | af6830a72251a0800036f6bd99c9e9443dd2761c (patch) | |
tree | 25149ce0b7efb6772df37e829a7bd7b267522f5f | |
parent | 87616c5e91746181182a1f7eb0c09487d6ade3e7 (diff) | |
parent | ce845e51f21f62245efb9f3e050e9f9d0b497015 (diff) | |
download | ale-af6830a72251a0800036f6bd99c9e9443dd2761c.zip |
Merge pull request #789 from tmsc4zht/fix_typo_in_doc_ale-go
fix typo in doc/ale-go
-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. |