Merge pull request #343 from vimeitor/master

Fix spelling
This commit is contained in:
w0rp
2017-02-15 19:48:41 +00:00
committed by GitHub

View File

@@ -179,7 +179,7 @@ function! s:ALEToggle() abort
endfor
" Remove highlights for the current buffer now.
if g:ale_set_higlights
if g:ale_set_highlights
call ale#highlight#UpdateHighlights()
endif
endif