Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit af0f051

Browse files
committed
Fix a few typos.
1 parent 9dfc53c commit af0f051

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
When reporting a bug make sure you search the existing github issues for the
44
same/similar issues. If you find one, feel free to add a `+1` comment with any
5-
additonal information that may help us solve the issue.
5+
additional information that may help us solve the issue.
66

77
When creating a new issue be sure to state the following:
88

@@ -28,8 +28,8 @@ Following the coding conventions/styles used in the syntastic core:
2828

2929
* Use 4 space indents.
3030
* Don't use abbreviated keywords - e.g. use `endfunction`, not `endfun` (there's always room for more fun!).
31-
* Dont use `l:` prefixes for variables unless actually required (i.e. almost never).
32-
* 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.
31+
* Don't use `l:` prefixes for variables unless actually required (i.e. almost never).
32+
* 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.
3333

3434
# Syntax checker style notes
3535

0 commit comments

Comments
 (0)