fix(curriculum): typo in lecture working with code editors and ides (#59989)

This commit is contained in:
Clarence
2025-04-25 07:53:22 +01:00
committed by GitHub
parent f253fd6639
commit 126b60bc67

View File

@@ -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`.