Skip to content

Commit 26e4e4c

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent a455c9d commit 26e4e4c

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
@@ -90,7 +90,7 @@ router.get('/recipes', async (req, res) => {
9090

9191
Press `CTRL + I` (Windows) or `CMD + I` (Mac) to open inline chat. This is a good place for small explanations or modification requests. Type “Sort by title” and hit enter. You should see a small change to the SQL query which you can accept or follow up with further requests.
9292

93-
![A text box above the code block with the prompt "sort by title and a one line chage. There is an accept and cancel button in the box."](./images/inline-edits.png)
93+
![A text box above the code block with the prompt "sort by title and a one line change. There is an accept and cancel button in the box."](./images/inline-edits.png)
9494

9595
You can also enable Next Edit Suggestions in settings. Once enabled, Copilot analyses your code history, the structure of your codebase, conventions and behaviors, and predicts the logical next step after you make a change. Just like with code completion, you can hit tab to accept the change.
9696

0 commit comments

Comments
 (0)