Skip to content

Commit 5e88821

Browse files
authored
Improve grammar (#8656)
1 parent a884b2b commit 5e88821

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
@@ -345,7 +345,7 @@ A prompt file is a Markdown file with the `.prompt.md` file suffix. It has the f
345345

346346
Prompt files mimic the format of writing prompts in chat. This allows blending natural language instructions, additional context, and even linking to other prompt files as dependencies. You can use Markdown formatting to structure the prompt content, including headings, lists, and code blocks.
347347

348-
You can reference other workspace files, prompt files, or instructions files by using Markdown links. Use relative paths to reference these files, and ensure that the paths are correct based on the location of the prompt file.
348+
You can reference other workspace files, prompt files, or instruction files by using Markdown links. Use relative paths to reference these files, and ensure that the paths are correct based on the location of the prompt file.
349349

350350
Within a prompt file, you can reference variables by using the `${variableName}` syntax. You can reference the following variables:
351351

0 commit comments

Comments
 (0)