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 +};