1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Fix typo in adding-custom-instructions-for-github-copilot.md (#35147)

This commit is contained in:
Jon Peck
2024-11-01 14:27:01 -07:00
committed by GitHub
parent b0ee182dfb
commit 3a8f812a71

View File

@@ -40,7 +40,7 @@ This example of a `.github/copilot-instructions.md` file contains three instruct
```markdown
We use Bazel for managing our Java dependencies, not Maven, so when talking about Java packages, always give me instructions and code samples that use Bazel.
We always write JavaScript with double quotes and tabs for indentation, so when your reponses include JavaScript code, please follow those conventions.
We always write JavaScript with double quotes and tabs for indentation, so when your responses include JavaScript code, please follow those conventions.
Our team uses Jira for tracking items of work.
```