From 24cabd0089851d3aa1509b589ca2acc2b7279db8 Mon Sep 17 00:00:00 2001 From: Tejas Singh Date: Thu, 13 Oct 2022 19:19:14 +0530 Subject: [PATCH] Fix Typos in README.md file of section 8.1 --- 8-code-editor/1-using-a-code-editor/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/8-code-editor/1-using-a-code-editor/README.md b/8-code-editor/1-using-a-code-editor/README.md index 1370ae7f..56365cb5 100644 --- a/8-code-editor/1-using-a-code-editor/README.md +++ b/8-code-editor/1-using-a-code-editor/README.md @@ -23,7 +23,7 @@ In this lesson, you'll learn how to: ### Prerequisites -Before you begin, you'll need to create an account with [GitHub](https://github.com). Navigate to [GtiHub](https://github.com/) and create an account if you haven't already. +Before you begin, you'll need to create an account with [GitHub](https://github.com). Navigate to [GitHub](https://github.com/) and create an account if you haven't already. ### Introduction @@ -31,7 +31,7 @@ A code editor is an essential tool for writing programs and collaborating with e ## Getting started with VSCode.dev -[VSCode.dev](https://vscode.dev) is a code editor on the web. You don't need to install anything in order to use it, just like opening any other website. To get started with the editor, open the following link: [https://vscode.dev](https://vscode.dev). If you aren't signed in into [GtiHub](https://github.com/), follow the prompts to sign in or create a new account and then sign in. +[VSCode.dev](https://vscode.dev) is a code editor on the web. You don't need to install anything in order to use it, just like opening any other website. To get started with the editor, open the following link: [https://vscode.dev](https://vscode.dev). If you aren't signed in into [GitHub](https://github.com/), follow the prompts to sign in or create a new account and then sign in. Once it loads, it should look similar to this image: