Skip to content

Commit

Permalink
Fix typo: "branches.It" to "branches. It" (elsewhencode#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadi Kaya authored and Vahid Panjganj committed Dec 3, 2017
1 parent 03fd9ee commit 9349987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 9349987

Please sign in to comment.