diff options
author | jb <jeff@codesuji.com> | 2017-10-21 08:16:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 08:16:59 -0400 |
commit | 841acf725c7dab41edb735de8b427271abd28d59 (patch) | |
tree | 1544f7114fd392f434c2bb3ad81fbbda0f9f75fb /CONTRIBUTING.md | |
parent | 3878be99771d81571789f5595bf082c63ed61755 (diff) | |
download | ale-841acf725c7dab41edb735de8b427271abd28d59.zip |
Fix typo
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8df52844..26129564 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -129,7 +129,7 @@ giving some unfair preference to any particular tool or language. The "online documentation" file used for this project lives in `doc/ale.txt`. This is the file used for generating `:help` text inside Vim itself. There are -some guidlines to follow for this file. +some guidelines to follow for this file. 1. Keep all text within a column size of 79 characters, inclusive. 2. Open a section with 79 `=` or `-` characters, for headings and subheadings. |