From e7b8293c69428fa60a517fcd5eb9e082bdbdc9a8 Mon Sep 17 00:00:00 2001 From: Luke Kysow Date: Sun, 17 Feb 2013 00:41:55 -0800 Subject: [PATCH] Fix incorrect commit number in intro 5 --- src/levels/intro/5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/intro/5.js b/src/levels/intro/5.js index 72255032..fc81a308 100644 --- a/src/levels/intro/5.js +++ b/src/levels/intro/5.js @@ -47,7 +47,7 @@ exports.level = { "In order to reverse changes and *share* those reversed changes with others, we need to use `git revert`. Let's see it in action" ], "afterMarkdowns": [ - "Weird, a new commit plopped down below the commit we wanted to reverse. That's because this new commit `C2'` introduces *changes* -- it just happens to introduce changes that exactly reverses the commit of `C2`.", + "Weird, a new commit plopped down below the commit we wanted to reverse. That's because this new commit `C1'` introduces *changes* -- it just happens to introduce changes that exactly reverses the commit of `C1`.", "", "With reverting, you can push out your changes to share with others." ],