fix typos (#576)

Fix typos in English translation.
This commit is contained in:
Vitor
2022-01-19 12:36:09 +00:00
committed by GitHub
parent 3b2d378630
commit 72d08273f6
7 changed files with 9 additions and 9 deletions

View File

@@ -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**
- 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
- Once installed, in Visual Studio Code, click Ctrl-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 palette
- Type **Live Server: Open with Live Server**
- Live Server will start hosting your application
- Open a browser and navigate to **https://localhost:5500**