From 934998710b7980b5c33a70a8431bba76a9d6b5df Mon Sep 17 00:00:00 2001 From: Sadi Kaya Date: Sun, 3 Dec 2017 13:52:45 +0100 Subject: [PATCH] Fix typo: "branches.It" to "branches. It" (#104) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b955051..3c3addf 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ There are a set of rules to keep in mind: * Delete local and remote feature branches after merging. _Why:_ - > It will clutter up your list of branches with dead branches.It insures you only ever merge the branch back into (`master` or `develop`) once. Feature branches should only exist while the work is still in progress. + > It will clutter up your list of branches with dead branches. It insures you only ever merge the branch back into (`master` or `develop`) once. Feature branches should only exist while the work is still in progress. * Before making a Pull Request, make sure your feature branch builds successfully and passes all tests (including code style checks).