From b42400c0c8aea5b5c45e4cbdb70e4e51a68864eb Mon Sep 17 00:00:00 2001 From: CameronWills Date: Mon, 18 Feb 2013 22:34:25 +1100 Subject: [PATCH] Update src/levels/intro/4.js Fixed minor typo in instructions. --- src/levels/intro/4.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/intro/4.js b/src/levels/intro/4.js index 494d7567..fdd76e3b 100644 --- a/src/levels/intro/4.js +++ b/src/levels/intro/4.js @@ -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" ],