Merge pull request #471 from PHPirates/typos

A few English typos
This commit is contained in:
Peter Cottle 2018-10-24 08:52:52 -07:00 committed by GitHub
commit eac2619ec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ exports.level = {
"beforeMarkdowns": [
"## Git Revert",
"",
"While reseting works great for local branches on your own machine, its method of \"rewriting history\" doesn't work for remote branches that others are using.",
"While resetting works great for local branches on your own machine, its method of \"rewriting history\" doesn't work for remote branches that others are using.",
"",
"In order to reverse changes and *share* those reversed changes with others, we need to use `git revert`. Let's see it in action"
],