Skip to content

Commit a6e05c3

Browse files
committed
minor typo and format edit
1 parent 3e91935 commit a6e05c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

8-code-editor/1-using-a-code-editor/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ When you start creating code or modifying existing code, it will happen in the b
5050

5151
## Open a GitHub repository
5252

53-
The first think you'll need is to open a GitHub repository. There are multiple ways of opening a repository. In this section you'll see two different ways you can open a repository so that you can start working on changes.
53+
The first thing you'll need is to open a GitHub repository. There are multiple ways of opening a repository. In this section you'll see two different ways you can open a repository so that you can start working on changes.
5454

55-
### With the editor
55+
### 1. With the editor
5656

5757
Use the editor itself to open a remote repository. If you go to [VSCode.dev](https://vscode.dev) you will see an _"Open Remote Repository"_ button:
5858

@@ -71,7 +71,7 @@ https://github.com/microsoft/Web-Dev-For-Beginners
7171
✅ If succesful, you'll see all files for this repository loaded in the text editor.
7272

7373

74-
### Using the URL
74+
### 2. Using the URL
7575

7676
You can also use a url directly to load a repository. For example, the full URL for the current repo is [https://github.com/microsoft/Web-Dev-For-Beginners](https://github.com/microsoft/Web-Dev-For-Beginners), but you can swap the GitHub domain with `VSCode.dev/github` and load the repository directly. The resulting URL would be [https://vscode.dev/github/microsoft/Web-Dev-For-Beginners](https://vscode.dev/github/microsoft/Web-Dev-For-Beginners).
7777

0 commit comments

Comments
 (0)