summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-05-21 22:46:22 +0100
committerw0rp <devw0rp@gmail.com>2017-05-21 22:46:22 +0100
commitc8ce15d9f180db4ae748539ea1cb9a840cbd360c (patch)
tree5f84ed3b585074df1dc05bc66ea4143d86ba9e86 /doc
parentb67c103d0604504ce957fdeff6ecc8162d085529 (diff)
downloadale-c8ce15d9f180db4ae748539ea1cb9a840cbd360c.zip
Fix a minor typo
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt2
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*