From b64b3810ec1ef85b284a74c58d9355e4bc6fea53 Mon Sep 17 00:00:00 2001 From: Kehinde Jejelaye Date: Sat, 4 Jul 2020 01:16:10 +0100 Subject: [PATCH 1/2] 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. From 8fbb2a107bb70b7addf347cbfcb4d4bd5207d36a Mon Sep 17 00:00:00 2001 From: Kehinde Jejelaye Date: Sat, 4 Jul 2020 01:51:16 +0100 Subject: [PATCH 2/2] fixed issue #94 (Link to "Prettier" on github does not work) by correctly linking to prettier-playground url (https://prettier.io/playground/) in lessons/eslint-prettier.md --- lessons/eslint-prettier.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/eslint-prettier.md b/lessons/eslint-prettier.md index 9b655c89..83974271 100644 --- a/lessons/eslint-prettier.md +++ b/lessons/eslint-prettier.md @@ -120,7 +120,7 @@ coverage/ [jlongster]: https://twitter.com/jlongster [prettier]: https://github.com/prettier/prettier -[prettier-playground]: https://prettier.github.io/prettier/ +[prettier-playground]: https://prettier.io/playground/ [prettier-options]: https://github.com/prettier/prettier#api [flow]: https://flow.org/ [prettier-ide]: https://github.com/prettier/prettier#editor-integration