From ac287d56bd88bd78fa4ee98f44f37840d2cfc493 Mon Sep 17 00:00:00 2001 From: ler762 Date: Fri, 13 Apr 2018 11:29:55 -0400 Subject: [PATCH] fix spelling mistake --- README/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README/CONTRIBUTING.md b/README/CONTRIBUTING.md index 788eb18..0055127 100644 --- a/README/CONTRIBUTING.md +++ b/README/CONTRIBUTING.md @@ -40,7 +40,7 @@ Concerning the “Tidy Code Style,” checkout [CODESTYLE.md](CODESTYLE.md), but ### Using Git appropriately 1. Fork the repository to your GitHub account. - 2. Optionally create a **topical branch**, a branch whose name is succint but explains what you're doing, such as "feature/add-new-lines". + 2. Optionally create a **topical branch**, a branch whose name is succinct but explains what you're doing, such as "feature/add-new-lines". 3. Make your changes, committing at logical breaks. 4. Push your work to your personal account. 5. [Create a pull request](https://help.github.com/articles/using-pull-requests).