From d3ab5a1a7d6665eeb46407f1492ffb497792875e Mon Sep 17 00:00:00 2001 From: Shao-Chung Chen Date: Sun, 17 Feb 2013 14:08:00 +0800 Subject: [PATCH] fix an typo in mixed-2 --- src/levels/mixed/2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/mixed/2.js b/src/levels/mixed/2.js index 270714e0..92b28fa8 100644 --- a/src/levels/mixed/2.js +++ b/src/levels/mixed/2.js @@ -31,7 +31,7 @@ exports.level = { "", "* We will re-order the commits so the one we want to change is on top with `git rebase -i`", "* We will `commit --amend` to make the slight modification", - "* Then we will re-oder the commits back to how they were previously with `git rebase -i`", + "* Then we will re-order the commits back to how they were previously with `git rebase -i`", "* Finally, we will move master to this updated part of the tree to finish the level (via your method of choosing)", "", "There are many ways to accomplish this overall goal (I see you eye-ing cherry-pick), and we will see more of them later, but for now let's focus on this technique."