From 6bf593b787363e2d3856ad2ffa9eae883b214d46 Mon Sep 17 00:00:00 2001 From: Shao-Chung Chen Date: Sun, 17 Feb 2013 12:51:57 +0800 Subject: [PATCH] fix a typo in rebase1 --- src/levels/rebase/1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/rebase/1.js b/src/levels/rebase/1.js index 56816c47..82204160 100644 --- a/src/levels/rebase/1.js +++ b/src/levels/rebase/1.js @@ -20,7 +20,7 @@ exports.level = { "", "Upper management is making this a bit trickier though -- they want the commits to all be in sequential order. So this means that our final tree should have `C7'` at the bottom, `C6'` above that, etc etc, etc all in order.", "", - "If you mess up along the way, feel free to use `reset` to start over again. Be sure to check our our solution and see if you can do it in fewer commands!" + "If you mess up along the way, feel free to use `reset` to start over again. Be sure to check out our solution and see if you can do it in fewer commands!" ] } }