From 653274b9f6f645cf033bc88ae9c659ec788c7af9 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 6 Mar 2014 14:12:51 -0800 Subject: [PATCH] fix(CONTRIBUTING): minor grammar fixes --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5c71089bb..33d8c2355 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,9 +30,9 @@ Thanks for you contributions! ### Code style -Code style suggested by Golang community is adopted in etcd. See [style doc](https://code.google.com/p/go-wiki/wiki/Style) for details. +The coding style suggested by the Golang community is used in etcd. See [style doc](https://code.google.com/p/go-wiki/wiki/Style) for details. -Follow on good code style makes etcd easy to review, maintain and develop. +Please follow this style to make etcd easy to review, maintain and develop. ### Format of the commit message