From 93dfb670750a11761e4df1a1745c7974e19c47d9 Mon Sep 17 00:00:00 2001 From: Don Kirkby Date: Sat, 23 Feb 2013 21:34:44 -0800 Subject: [PATCH] Typo "chose" -> "choose". --- src/levels/mixed/1.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/levels/mixed/1.js b/src/levels/mixed/1.js index 82cbd745..354165e6 100644 --- a/src/levels/mixed/1.js +++ b/src/levels/mixed/1.js @@ -40,7 +40,7 @@ exports.level = { "* `git rebase -i`", "* `git cherry-pick`", "", - "Interactive (the `-i`) rebasing allows you to chose which commits you want to keep or discard. It also allows you to reorder commits. This can be helpful if you want to toss out some work.", + "Interactive (the `-i`) rebasing allows you to choose which commits you want to keep or discard. It also allows you to reorder commits. This can be helpful if you want to toss out some work.", "", "Cherry-picking allows you to pick individual commits and plop them down on top of `HEAD`" ] @@ -139,4 +139,4 @@ exports.level = { ] } } -}; \ No newline at end of file +};