Merge pull request #14763 from WRONGWAY4YOU/contributing-doc-typo-fix

Fix typo in the `CONTRIBUTING.md` document
This commit is contained in:
Wliu
2017-06-12 15:54:58 -04:00
committed by GitHub

View File

@@ -91,7 +91,7 @@ Also, because Atom is so extensible, it's possible that a feature you've become
#### Package Conventions
Thera are a few conventions that have developed over time around packages:
There are a few conventions that have developed over time around packages:
* Packages that add one or more syntax highlighting grammars are named `language-[language-name]`
* Language packages can add other things besides just a grammar. Many offer commonly-used snippets. Try not to add too much though.