From 710a9c3a4ca2307260eca70e41883df4bc5f0202 Mon Sep 17 00:00:00 2001 From: yeskunall Date: Thu, 6 Jul 2017 16:00:01 -0400 Subject: [PATCH] Fix minor grammatical error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ec9916..2d3d93b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ We use [Feature-branch-workflow](https://www.atlassian.com/git/tutorials/compari ### 1.2 Some Git Rules There are a set of rules to keep in mind: * Perform work in a feature branch. -* Make a pull requests to `develop` +* Make pull requests to `develop` * Never push into `develop` or `master` branch. * Update your `develop` and do a interactive rebase before pushing your feature and making a PR * Resolve potential conflicts while rebasing and before making a Pull Request