Skip to content

Commit f607fcd

Browse files
authored
Fix typo in instructions (#8354)
Fix typo (intructions -> instructions)
1 parent c31cdb9 commit f607fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/copilot/copilot-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The following example demonstrates custom instructions for code generation:
174174
---
175175
# Project coding standards for TypeScript and React
176176

177-
Apply the [general coding guidelines](./general-coding.intructions.md) to all code.
177+
Apply the [general coding guidelines](./general-coding.instructions.md) to all code.
178178

179179
## TypeScript Guidelines
180180
- Use TypeScript for all new code

0 commit comments

Comments
 (0)