You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
When reporting a bug make sure you search the existing github issues for the
4
4
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.
6
6
7
7
When creating a new issue be sure to state the following:
8
8
@@ -28,8 +28,8 @@ Following the coding conventions/styles used in the syntastic core:
28
28
29
29
* Use 4 space indents.
30
30
* 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.
0 commit comments