From aa985aba6a7fe58aa551d86a2675ac52945256a5 Mon Sep 17 00:00:00 2001 From: Hyunjin CHA Date: Tue, 6 Aug 2013 10:50:38 +0900 Subject: [PATCH] Fixed typo in InteractiveRebase level. --- src/levels/rampup/interactiveRebase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/rampup/interactiveRebase.js b/src/levels/rampup/interactiveRebase.js index e2190a25..6c1ae72e 100644 --- a/src/levels/rampup/interactiveRebase.js +++ b/src/levels/rampup/interactiveRebase.js @@ -23,7 +23,7 @@ exports.level = { "", "Git cherry-pick is great when you know which commits you want (_and_ you know their corresponding hashes) -- it's hard to beat the simplicity it provides.", "", - "But what about the situation where you don't know what commits you want? Thankfully git has you covered there as well! We can use interactive rebasing for this -- it's is the best way to review a series of commits you're about to rebase.", + "But what about the situation where you don't know what commits you want? Thankfully git has you covered there as well! We can use interactive rebasing for this -- it's the best way to review a series of commits you're about to rebase.", "", "Let's dive into the details..." ]