Skip to content

Commit 85e94b4

Browse files
authored
Merge pull request #148 from microsoft/alfredodeza-patch-1
fix doc slash command
2 parents f9cf448 + 3663b0a commit 85e94b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

05-Using-GitHub-Copilot-with-Python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ Now that you've used GitHub Copilot to generate and explain code, you can also e
8484
With `main.py` open, use the chat interface with the following text:
8585

8686
```
87-
/docs I need to document the routes for these API Routes. Help me produce documentation I can put in the README.md file of this project
87+
/doc I need to document the routes for these API Routes. Help me produce documentation I can put in the README.md file of this project
8888
```
8989

90-
The `/docs` part of the prompt is called a _"slash command"_ and it is a specific feature of GitHub Copilot that allows you to write documentation. If the results look good, add them to a new section of your README.md file.
90+
The `/doc` part of the prompt is called a _"slash command"_ and it is a specific feature of GitHub Copilot that allows you to write documentation. If the results look good, add them to a new section of your README.md file.
9191

9292

9393
**Generate tests**

0 commit comments

Comments
 (0)