Skip to content

Commit 0c18f4f

Browse files
authored
Update blogs/2024/12/18/free-github-copilot.md
1 parent cd438f6 commit 0c18f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blogs/2024/12/18/free-github-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Whether you're using [Chat](https://code.visualstudio.com/docs/copilot/copilot-c
4141

4242
## Custom instructions
4343

44-
Tell GitHub Copilot exactly how you want things done with [Custom Instructions](https://code.visualstudio.com/docs/copilot/copilot-customization). These instructions are passed to the model with every request, allowing you to specify your preferences and the details that the model needs to know to write code the way you want it.
44+
Tell GitHub Copilot exactly how you want things done with [custom instructions](https://code.visualstudio.com/docs/copilot/copilot-customization). These instructions are passed to the model with every request, allowing you to specify your preferences and the details that the model needs to know to write code the way you want it.
4545

4646
You can specify these at the editor or project level. We'll even pick them up automatically if you include a `.github/copilot-instructions.md` file in your project. These instructions can easily be shared with your team, so everyone can be on the same page - including GitHub Copilot.
4747

0 commit comments

Comments
 (0)