From 126b60bc676c7216fcc0c74c0e8d75e96429359e Mon Sep 17 00:00:00 2001 From: Clarence Date: Fri, 25 Apr 2025 07:53:22 +0100 Subject: [PATCH] fix(curriculum): typo in lecture working with code editors and ides (#59989) --- .../672d45651d83b450801efb3a.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-code-editors-and-ides/672d45651d83b450801efb3a.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-code-editors-and-ides/672d45651d83b450801efb3a.md index 9f1655e9ab2..1ba2c5fdfaa 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-working-with-code-editors-and-ides/672d45651d83b450801efb3a.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-code-editors-and-ides/672d45651d83b450801efb3a.md @@ -24,7 +24,7 @@ If you are on Windows, you can use the Command Prompt or PowerShell. If you are Once the command line is open, navigate to the home directory by typing in the `cd ~` command and hitting `enter` on your keyboard. Then type in the `mkdir my-project` command and hit `enter`. `mkdir`, or "make directory" is the command used to create a new directory. You should then open your new directory with VS Code. -There are also some other graphical ways to creata a new directory. +There are also some other graphical ways to create a new directory. Depending on your operating system, you might have a context menu (or right-click option) to open VS Code directly from your file explorer. You could also choose to double-click on the VS Code application. If you feel comfortable with the command line you can run the command `code /path/to/folder`.