Merge pull request #27 from AdamBrodzinski/1_3_typo

Fixes typo in lesson 1.3 alert steps modal
This commit is contained in:
Peter Cottle 2013-02-17 13:21:00 -08:00
commit 6de164e6a9

View file

@ -63,6 +63,7 @@ exports.level = {
"To complete this level, do the following steps:", "To complete this level, do the following steps:",
"", "",
"* Make a new branch called `bugFix`", "* Make a new branch called `bugFix`",
"* Checkout the `bugFix` branch with `git checkout bugFix`",
"* Commit once", "* Commit once",
"* Go back to `master` with `git checkout`", "* Go back to `master` with `git checkout`",
"* Commit another time", "* Commit another time",