Update src/levels/intro/4.js

Fixed minor typo in instructions.
This commit is contained in:
CameronWills 2013-02-18 22:34:25 +11:00
parent f96b6b45c0
commit b42400c0c8

View file

@ -28,7 +28,7 @@ exports.level = {
"beforeMarkdowns": [
"Here we have two branches yet again; note that the bugFix branch is currently selected (note the asterisk)",
"",
"We would like to move our work from bugFix directly onto the work from master. That way it woud look like these two features were developed sequentially, when in reality they were developed in parallel.",
"We would like to move our work from bugFix directly onto the work from master. That way it would look like these two features were developed sequentially, when in reality they were developed in parallel.",
"",
"Let's do that with the `git rebase` command"
],