]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Improve wording in CONTRIBUTING.md 12135/head
authorJoel Kuzmarski <leoj3n@gmail.com>
Tue, 7 Jan 2014 07:57:43 +0000 (01:57 -0600)
committerJoel Kuzmarski <leoj3n@gmail.com>
Tue, 7 Jan 2014 08:11:07 +0000 (02:11 -0600)
Parts of the "Pull requests" section are strangely worded.

This commit fixes that.

CONTRIBUTING.md

index fb55a968e9e6488d49a6f996ba1203e15b2791a4..b9e7ed769f397efe0d30fffe0f9339522de351c6 100644 (file)
@@ -92,11 +92,11 @@ implementing features, refactoring code, porting to a different language),
 otherwise you risk spending a lot of time working on something that the
 project's developers might not want to merge into the project.
 
-Please adhere to the [coding guidelines](#code-guidelines) used throughout a
+Please adhere to the [coding guidelines](#code-guidelines) used throughout the
 project (indentation, accurate comments, etc.) and any other requirements
 (such as test coverage).
 
-Adhering to the following this process is the best way to get your work
+Adhering to the following process is the best way to get your work
 included in the project:
 
 1. [Fork](http://help.github.com/fork-a-repo/) the project, clone your fork,