Skip to content

Commit a455c9d

Browse files
Update Using-GitHub-Copilot-with-JavaScript/README.MD
Co-authored-by: Copilot <[email protected]>
1 parent a433655 commit a455c9d

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

91-
Press `CRTL + 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.
91+
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

9393
![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)
9494

0 commit comments

Comments
 (0)