From b64b3810ec1ef85b284a74c58d9355e4bc6fea53 Mon Sep 17 00:00:00 2001 From: Kehinde Jejelaye Date: Sat, 4 Jul 2020 01:16:10 +0100 Subject: [PATCH] fixed issue #95 - Grammatical issue: "the those" --- lessons/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/intro.md b/lessons/intro.md index 80aac580..549a5f7b 100644 --- a/lessons/intro.md +++ b/lessons/intro.md @@ -14,7 +14,7 @@ Through out the course you'll see something like this: ## 🌳 `` -This is a point where I have stopped and committed this to a repo. If you fall behind, get stuck, or just want to skip ahead, just use git and check out that commit! You can also go explore the those commits on GitHub too to see what they look like. The [repo is here][gh]. +This is a point where I have stopped and committed this to a repo. If you fall behind, get stuck, or just want to skip ahead, just use git and check out that commit! You can also go explore those commits on GitHub too to see what they look like. The [repo is here][gh]. If you don't know how to use git so well, let me recommend to you my co-worker and close friend's course, [Git In-depth][nina]. Git is definitely a tool worth investing time into; while it may seem boring and take a lot of time and energy to learn, some day it will save you days if not weeks worth of work.