From 3befb0eb5a22f718d4e0041ebaa2e2108742c5d1 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 6 Oct 2016 10:34:33 +0100 Subject: [PATCH] Fix some title case --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c1f405..238e282 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 , Jane Doe ``` -# 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,