mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-13 16:04:36 -04:00
fix(curriculum): typo in lecture working with code editors and ides (#59989)
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user