Fixed a typo

This commit is contained in:
wmurray8989 2016-02-14 00:00:10 -05:00
parent 825b08b970
commit 52ca28a58f

View file

@ -105,7 +105,7 @@ exports.level = {
"Ok! You are all ready to get branching. Once this window closes,", "Ok! You are all ready to get branching. Once this window closes,",
"make a new branch named `bugFix` and switch to that branch.", "make a new branch named `bugFix` and switch to that branch.",
"", "",
"By the way here here's a shortcut: if you want to create a new ", "By the way, here's a shortcut: if you want to create a new ",
"branch AND check it out at the same time, you can simply ", "branch AND check it out at the same time, you can simply ",
"type `git checkout -b [yourbranchname]`." "type `git checkout -b [yourbranchname]`."
] ]