Skip to content

Commit 7b2d567

Browse files
authored
Update add-repository-instructions.md
Fix typo: replace "and and" with "and" in add-repository-instructions.md.
1 parent 7bea838 commit 7b2d567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ You can create your own custom instructions file from scratch. See [Writing your
376376

377377
- For each of bootstrap, build, test, run, lint, and any other scripted step, document the sequence of steps to take to run it successfully as well as the versions of any runtime or build tools used.
378378
- Each command should be validated by running it to ensure that it works correctly as well as any preconditions and postconditions.
379-
- Try cleaning the repo and environment and running commands in different orders and document errors and and misbehavior observed as well as any steps used to mitigate the problem.
379+
- Try cleaning the repo and environment and running commands in different orders and document errors and misbehavior observed as well as any steps used to mitigate the problem.
380380
- Run the tests and document the order of steps required to run the tests.
381381
- Make a change to the codebase. Document any unexpected build issues as well as the workarounds.
382382
- Document environment setup steps that seem optional but that you have validated are actually required.

0 commit comments

Comments
 (0)