Skip to content

Commit 5176990

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8f1b7c6 commit 5176990

File tree

1 file changed

+1
-1
lines changed
  • Using-GitHub-Copilot-with-JavaScript

1 file changed

+1
-1
lines changed

Using-GitHub-Copilot-with-JavaScript/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Agent mode runs within your code editor and will detail the steps it will take t
109109
```
110110
Implement the ability to delete recipes. Implement this using a HTML form and a new POST /recipes/:id/delete route handler. Make sure the buttons exist on both the recipe view and edit pages. Write tests for your work.
111111
```
112-
![Step 1: select the mode dropdown from the Copilot chat input box. Setep 2: select Agent.](./images/agent-mode.png)
112+
![Step 1: select the mode dropdown from the Copilot chat input box. Step 2: select Agent.](./images/agent-mode.png)
113113

114114
Copilot will examine your codebase and then make requisite changes over multiple files, creating new ones if required. If Copilot wants to run terminal commands, it will ask. If tests fail, Copilot will recognize this and automatically continue work providing its reasoning.
115115

0 commit comments

Comments
 (0)