Skip to content

Commit efbe39c

Browse files
committed
Fix typo and spell check
1 parent 5925b46 commit efbe39c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/scripts/spellcheck_conf/wordlist.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,3 +1556,8 @@ RequestBuilder
15561556
VectorIndexManager
15571557
csvs
15581558
programmatically
1559+
Customizations
1560+
VSCode
1561+
applyTo
1562+
mdc
1563+
windsurfrules

end-to-end-use-cases/coding_assistant/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ GitHub Copilot leverages context from open files, the workspace, or specific ins
299299

300300
#### Optimize with Custom Rules
301301
- Create a .github/copilot-instructions.md file in your workspace to define general coding standards and guidelines for all Copilot chat requests.
302-
- For file- or task-specific rules, use .instructions.md files with the applyTo frontmatter to specify file targeting.
302+
- For file- or task-specific rules, use .instructions.md files with the applyTo formatter to specify file targeting.
303303
- You can also add settings in settings.json for review, commit message generation, and pull request description instructions, either directly or by referencing instruction files
304304

305305
For more information, refer to https://docs.github.com/en/copilot/how-tos/configure-custom-instructions/add-repository-instructions

0 commit comments

Comments
 (0)