Fix typo in the CONTRIBUTING.md document

This commit is contained in:
Dmitry Guzeev 2017-06-12 22:47:53 +03:00
parent 5c6e1b7b84
commit 0483c70c8a

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.