mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-21 14:01:34 +02:00
Fixed two typos
This commit is contained in:
@@ -48,7 +48,7 @@ We're going to need three total files: **index.html**, **script.js** and **style
|
|||||||
mkdir typing-game && cd typing-game
|
mkdir typing-game && cd typing-game
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
md typing-game && cd typing game
|
md typing-game && cd typing-game
|
||||||
```
|
```
|
||||||
|
|
||||||
- Open Visual Studio Code
|
- Open Visual Studio Code
|
||||||
@@ -103,7 +103,7 @@ It's always best to develop iteratively to see how things look. Let's launch our
|
|||||||
- Install [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) by following the link and clicking **Install**
|
- Install [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) by following the link and clicking **Install**
|
||||||
- You will be prompted by the browser to open Visual Studio Code, and then by Visual Studio Code to perform the installation
|
- You will be prompted by the browser to open Visual Studio Code, and then by Visual Studio Code to perform the installation
|
||||||
- Restart Visual Studio Code if prompted
|
- Restart Visual Studio Code if prompted
|
||||||
- Once installed, in Visual Studio Code, click Ctl-Shift-P (or Cmd-Shift-P) to open the command pallate
|
- Once installed, in Visual Studio Code, click Ctrl-Shift-P (or Cmd-Shift-P) to open the command pallate
|
||||||
- Type **Live Server: Open with Live Server**
|
- Type **Live Server: Open with Live Server**
|
||||||
- Live Server will start hosting your application
|
- Live Server will start hosting your application
|
||||||
- Open a browser and navigate to **https://localhost:5500**
|
- Open a browser and navigate to **https://localhost:5500**
|
||||||
|
Reference in New Issue
Block a user