aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2016-01-29 09:45:28 +0000
committerPatrick H. Lauke <[email protected]>2016-01-29 09:45:28 +0000
commit91c8929b28f1fc45223d6422804f895ece107261 (patch)
tree3bfc9d2943fec631fba8c0bc3b7bbe5dad162349
parente492782f0886c066956a35eb9a6ca572a3ca196e (diff)
parent824b6d35f5b37fe58c3f1d2bd7218b67d356cf32 (diff)
downloadbootstrap-91c8929b28f1fc45223d6422804f895ece107261.tar.xz
bootstrap-91c8929b28f1fc45223d6422804f895ece107261.zip
Merge pull request #19050 from pra85/patch-1
Typo fix
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ba61925e3..8b5309368 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -192,7 +192,7 @@ included in the project:
4. Commit your changes in logical chunks. Please adhere to these [git commit
message guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
- or your code is unlikely be merged into the main project. Use Git's
+ or your code is unlikely to be merged into the main project. Use Git's
[interactive rebase](https://help.github.com/articles/interactive-rebase)
feature to tidy up your commits before making them public.