Fix spelling

This commit is contained in:
Adrià Farrés 2017-02-14 20:26:19 +01:00
parent 78135103fb
commit 4afa415bd9
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,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