fix goimports typo in registry

This commit is contained in:
Jeff Willette 2017-11-15 09:40:40 +09:00 committed by GitHub
parent 48be035da8
commit a36129eab0
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',