Fixed typo (#61)

This commit is contained in:
Lucas 2017-07-14 04:06:21 -03:00 committed by Vahid Panjganj
parent e5266b0199
commit dd60bfc25a

View File

@ -68,7 +68,7 @@ There are a set of rules to keep in mind:
* Protect your `develop` and `master` branch .
_Why:_
> It protects your production-ready branches from reciving unexpected and irreversible changes. read more... [Github](https://help.github.com/articles/about-protected-branches/) and [Bitbucket](https://confluence.atlassian.com/bitbucketserver/using-branch-permissions-776639807.html)
> It protects your production-ready branches from receiving unexpected and irreversible changes. read more... [Github](https://help.github.com/articles/about-protected-branches/) and [Bitbucket](https://confluence.atlassian.com/bitbucketserver/using-branch-permissions-776639807.html)
<a name="git-workflow"></a>
### 1.2 Git workflow