Skip to content

Commit

Permalink
Update Tutorials-for-Beginners.md
Browse files Browse the repository at this point in the history
Fix a typo error
  • Loading branch information
leonwanghui committed May 29, 2018
1 parent ab82749 commit 6a196bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/readthedocs/contributing/Tutorials-for-Beginners.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ git fetch upstream

To avoid inconsistency between multiple branches, we SUGGEST checking out to a new branch:
```
git checkout -b new_branch_name upstream/devlopment
git checkout -b new_branch_name upstream/development
git pull
```
Then you can change the code arbitrarily.
Expand Down

0 comments on commit 6a196bb

Please sign in to comment.