Merge pull request #29 from yosssi/fix-contributing

Fix a typo of CONTRIBUTING.md (Update from "chose" to "choose")
pull/4/head
jimt 2014-05-10 20:00:37 +02:00
commit 6c168add63
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ good to keep in mind:
> the rest of the API. This addresses issue #32
Do not pile a lot of unrelated changes into a single commit.
Pick and chose only those changes for a single commit, which are
Pick and choose only those changes for a single commit, which are
directly related. We would much rather see a hundred commits
saying nothing but `"Runs go fmt"` in between any real fixes
than have these style changes embedded in those real fixes.