Skip to content

Commit c2d2c7a

Browse files
Update step numbering in Codespaces guide for clarity
1 parent 28d0928 commit c2d2c7a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/full-day/3-codespaces.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Custom containers for GitHub Codespaces become part of the source code for the r
120120
> For purposes of this exercise we are pushing code updates directly to `main`, our default branch. Normally you would follow the [GitHub flow][github-flow], which we will do in a [later exercise][github-flow-exercise].
121121

122122
1. Open a new terminal window in the codespace by selecting <kbd>Ctl</kbd> + <kbd>Shift</kbd> + <kbd>`</kbd> or clicking ☰ → View → Terminal.
123-
1. Find the issue number for defining the codespace by entering the following command:
123+
2. Find the issue number for defining the codespace by entering the following command:
124124

125125
```bash
126126
gh issue list
@@ -129,7 +129,7 @@ Custom containers for GitHub Codespaces become part of the source code for the r
129129
> [!NOTE]
130130
> It will likely be #1. You'll use this number later in this exercise.
131131

132-
1. Stage all files, commit the changes with a message to resolve the issue, and push to main by entering the following command in the terminal window, replacing `<ISSUE_NUMBER>` with the number you obtained in the previous step:
132+
3. Stage all files, commit the changes with a message to resolve the issue, and push to main by entering the following command in the terminal window, replacing `<ISSUE_NUMBER>` with the number you obtained in the previous step:
133133

134134
```bash
135135
git add .
@@ -139,13 +139,13 @@ Custom containers for GitHub Codespaces become part of the source code for the r
139139
> [!NOTE]
140140
> If prompted, select **Allow** to enable copy/paste for the codespace.
141141

142-
1. When the command completes, enter the following to list all open issues:
142+
4. When the command completes, enter the following to list all open issues:
143143

144144
```bash
145145
gh issue list
146146
```
147147

148-
1. Note the issue for defining a codespace is no longer listed; you completed it and marked it as such with your pull request!
148+
5. Note the issue for defining a codespace is no longer listed; you completed it and marked it as such with your pull request!
149149

150150

151151
## Summary and next steps

0 commit comments

Comments
 (0)