From af0f051bf2a8a0a4b4fe9af5f4e9731b9b3b114a Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Sat, 22 Jun 2013 20:17:02 +0300 Subject: [PATCH] Fix a few typos. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 025814f7..764ffffc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ When reporting a bug make sure you search the existing github issues for the same/similar issues. If you find one, feel free to add a `+1` comment with any -additonal information that may help us solve the issue. +additional information that may help us solve the issue. When creating a new issue be sure to state the following: @@ -28,8 +28,8 @@ Following the coding conventions/styles used in the syntastic core: * Use 4 space indents. * Don't use abbreviated keywords - e.g. use `endfunction`, not `endfun` (there's always room for more fun!). -* Dont use `l:` prefixes for variables unless actually required (i.e. almost never). -* Code for maintainabiliy. We would rather a function be a couple of lines longer and have (for example) some [explaining variables](http://www.refactoring.com/catalog/introduceExplainingVariable.html) to aid readability. +* Don't use `l:` prefixes for variables unless actually required (i.e. almost never). +* Code for maintainability. We would rather a function be a couple of lines longer and have (for example) some [explaining variables](http://www.refactoring.com/catalog/introduceExplainingVariable.html) to aid readability. # Syntax checker style notes