From cda5f335ae5ae9c1e91bb7576201e2c7dbdab1ab Mon Sep 17 00:00:00 2001 From: yosssi Date: Sun, 11 May 2014 02:55:35 +0900 Subject: [PATCH] Fix a typo of CONTRIBUTING.md (Update from "chose" to "choose") --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 00e19d3..e0732f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.