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!" ] } }