Fix typos in README
This commit is contained in:
parent
4c9aa1c638
commit
7fe0ab27bd
1 changed files with 2 additions and 2 deletions
|
@ -174,8 +174,8 @@ So for example this:
|
|||
|
||||
```vim
|
||||
let g:ale_echo_msg_error_str = 'E'
|
||||
let g:ale_echo_msg_error_str = 'W'
|
||||
let g:ale_echo_msg_fomat = '[%linter%] %s [%severity%]'
|
||||
let g:ale_echo_msg_warning_str = 'W'
|
||||
let g:ale_echo_msg_format = '[%linter%] %s [%severity%]'
|
||||
```
|
||||
|
||||
Will give you:
|
||||
|
|
Reference in a new issue