Skip to content

Commit

Permalink
Fix a very (very) small typo in README file
Browse files Browse the repository at this point in the history
We will fix the sentence from:
(... we're basing it on and the applies our changes)
to:
(... we're basing it on and then applies our changes)

It makes more sense now!
  • Loading branch information
jelhouss authored and UnseenWizzard committed Sep 18, 2019
1 parent aeec4a1 commit 0106a1c
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 @@ -933,7 +933,7 @@ So theres a record of any time you make a `commit`, but also of when you `reset`

Having read this tutorial so far, you see how this might come in handy when we've messed up a `rebase` right?

We know that a `rebase` moves the `HEAD` of our branch to the point we're basing it on and the applies our changes. An interactive `rebase` works similarly, but might do things to those commits like _squashing_ or _rewording_ them.
We know that a `rebase` moves the `HEAD` of our branch to the point we're basing it on and then applies our changes. An interactive `rebase` works similarly, but might do things to those commits like _squashing_ or _rewording_ them.

If you're not still on the branch on which we practiced [interactive rebase](#interactive-rebase), switch to it again, as we're about to practice some more there.

Expand Down

0 comments on commit 0106a1c

Please sign in to comment.