diff options
author | w0rp <devw0rp@gmail.com> | 2017-05-21 22:46:22 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-05-21 22:46:22 +0100 |
commit | c8ce15d9f180db4ae748539ea1cb9a840cbd360c (patch) | |
tree | 5f84ed3b585074df1dc05bc66ea4143d86ba9e86 | |
parent | b67c103d0604504ce957fdeff6ecc8162d085529 (diff) | |
download | ale-c8ce15d9f180db4ae748539ea1cb9a840cbd360c.zip |
Fix a minor typo
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index df03b53d..207f5747 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -219,7 +219,7 @@ g:ale_change_sign_column_color *g:ale_change_sign_column_color* ALE uses the following highlight groups for highlighting the sign column: `ALESignColumnWithErrors` - Links to `error` by default. - `ALESignColumnWithoutErrors` - Use the value for `SignColumn` by default. + `ALESignColumnWithoutErrors` - Uses the value for `SignColumn` by default. g:ale_echo_cursor *g:ale_echo_cursor* |