Merge pull request #1130 from deltaskelta/patch-1

fix goimports typo in registry
This commit is contained in:
w0rp 2017-11-15 11:35:51 +00:00 committed by GitHub
commit 38bc489604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ let s:default_registry = {
\ 'goimports': {
\ 'function': 'ale#fixers#goimports#Fix',
\ 'suggested_filetypes': ['go'],
\ 'description': 'Fix Go files imports with go fmt.',
\ 'description': 'Fix Go files imports with goimports.',
\ },
\ 'tslint': {
\ 'function': 'ale#fixers#tslint#Fix',