From 87a5b5c401b27b935396aee4db32274fe016c81f Mon Sep 17 00:00:00 2001 From: Ashley Anderson Date: Fri, 1 Mar 2019 00:00:27 -0500 Subject: [PATCH] Fix grammar & typos --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a8d35e6..99c40d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -If you would like to support this project, you have an interesting idea how to improve the operation of this tool or if you found some errors - do fork this add your fixes and add pull-request of your branch to the **master branch**. +If you would like to support this project, have an interesting idea how to improve the operation of this tool, or if you found some errors-- fork this, add your fixes, and add a pull request of your branch to the **master branch**. ## Signature of commit @@ -13,7 +13,7 @@ grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" ## Pull requests -When creating pull request, please heed the following: +When creating a pull request, please heed the following: - Base your code on the latest master branch to avoid manual merges - Code review may ensue in order to help shape your proposal