Skip to content

Commit 32a59d0

Browse files
Update docs/5-reviewing-coding-agent.md
Co-authored-by: Christopher Harrison <[email protected]>
1 parent 53823c7 commit 32a59d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/5-reviewing-coding-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Let's return to the PR Copilot generated for resolving our issue about adding en
8282
![Approve and run workflows](images/ex4-approve-and-run.png)
8383

8484
8. You should see the workflows get queued in the checks section of the pull request. All being well, you should see that the workflows pass for both the backend and frontend. This may take a few minutes to complete.
85-
9. **Optional:** You could even switch to this branch in your Codespace to perform a manual test of the new endpoints. Navigate to your Codespace, open the terminal, and run the following commands (replace `<branch-name>` with the name of the branch Copilot created, e.g. **copilot/fix-8**.):
85+
9. **Optional:** You could even switch to this branch in your Codespace to perform a manual test of the new endpoints. Navigate to your Codespace, open the terminal, and run the following commands (replace **<branch-name>** with the name of the branch Copilot created, e.g. **copilot/fix-8**.):
8686

8787
```bash
8888
git fetch origin

0 commit comments

Comments
 (0)