diff options
author | w0rp <devw0rp@gmail.com> | 2016-10-10 12:58:55 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-10-10 12:58:55 +0100 |
commit | d022a867b42d806358e11f55f334884db6535edf (patch) | |
tree | f01dc3ac78f46b830e3ef7ff8c71c0bfa9381d94 /doc | |
parent | 56894b432ea8b549780fadf7fca47e0356129226 (diff) | |
download | ale-d022a867b42d806358e11f55f334884db6535edf.zip |
Correct some grammar in the docs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index ec2e8028..ead69dda 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -237,7 +237,7 @@ g:ale_echo_msg_error_str *g:ale_echo_msg_error_str* Default: `Error` The string used for error severity in the echoed message. - Note |`g:ale_echo_cursor`| should be setted to 1 + Note |`g:ale_echo_cursor`| should be set to 1 Note |`g:ale_echo_msg_format`| should contain the `%severity%` handler @@ -247,7 +247,7 @@ g:ale_echo_msg_warning_str *g:ale_echo_msg_warning_str* Default: `Warning` The string used for warning severity in the echoed message. - Note |`g:ale_echo_cursor`| should be setted to 1 + Note |`g:ale_echo_cursor`| should be set to 1 Note |`g:ale_echo_msg_format`| should contain the `%severity%` handler |