mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-12 23:54:27 +02:00
Fixes typo in lesson 1.3 alert steps modal
I noticed there's a typo in the 1.3 alert modal. If you follow the directions to the T, it won't pass because it commits to the wrong branch. It needs to say make a new branch called `bugFix`, then `git checkout bugFix`, then commit. Screenshot with commands in working order: http://cl.ly/image/3V0n192R1p21 Tests Pass: 13 tests, 13 assertions, 0 failures I couldn't get it to build to test the text displaying in browser, so that still needs to be tested.
This commit is contained in:
parent
84a9adea01
commit
734dd49634
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue