From 0483c70c8a5c55185f5342d32b4e0e2833e1b0dc Mon Sep 17 00:00:00 2001 From: Dmitry Guzeev Date: Mon, 12 Jun 2017 22:47:53 +0300 Subject: [PATCH] Fix typo in the `CONTRIBUTING.md` document --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 555131dd0..f74c9b3ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.