Update CONTRIBUTING.md

changed spelling to american
This commit is contained in:
sinaamini92
2017-07-08 22:20:16 +04:30
committed by GitHub
parent e9886908c8
commit 70751cdf22

View File

@@ -57,7 +57,7 @@ Please create a new branch from an up to date master on your fork. (Note, urgent
4. Make your changes, lint, then push to github with `git push --set-upstream origin my-topic-branch`.
5. Visit github and make your pull request.
If you have an existing local repository, please update it before you start, to minimise the chance of merge conflicts.
If you have an existing local repository, please update it before you start, to minimize the chance of merge conflicts.
```js
git remote add upstream git@github.com:Qolzam/react-social-network.git
git checkout master