summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2016-10-06 10:34:33 +0100
committerGitHub <noreply@github.com>2016-10-06 10:34:33 +0100
commit3befb0eb5a22f718d4e0041ebaa2e2108742c5d1 (patch)
tree878605f12a4def0818508033701e162cacd8bf28 /CONTRIBUTING.md
parent7e93181ba85969d657241f83e135c839d4d9cb05 (diff)
downloadale-3befb0eb5a22f718d4e0041ebaa2e2108742c5d1.zip
Fix some title case
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3c1f405f..238e282a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -27,7 +27,7 @@ If you want to credit multiple authors, you can comma separate them.
" Author: John Smith <john.smith@gmail.com>, Jane Doe <https://jane-doe.info>
```
-# 2.1. Adding a new linter
+# 2.1. Adding a New Linter
If you add a new linter, look for existing handlers first in the [handlers.vim](plugin/ale/handlers.vim) file. One of the handlers
there may already be able to handle your lines of output. If you find that your new linter replicates an existing error handler,