From 52ca28a58f73d1de17e300009b8c3d12453da76c Mon Sep 17 00:00:00 2001 From: wmurray8989 Date: Sun, 14 Feb 2016 00:00:10 -0500 Subject: [PATCH] Fixed a typo --- src/levels/intro/branching.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/intro/branching.js b/src/levels/intro/branching.js index 3eee39a4..15a05381 100644 --- a/src/levels/intro/branching.js +++ b/src/levels/intro/branching.js @@ -105,7 +105,7 @@ exports.level = { "Ok! You are all ready to get branching. Once this window closes,", "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 ", "type `git checkout -b [yourbranchname]`." ]