Skip to content

Commit 94994fb

Browse files
committed
Misspelled word in copilot-instructions.md
1 parent bcc8973 commit 94994fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The same rule applies for TypeScript (`.ts`) imports, e.g. `import type { Genera
3636

3737
We use `vitest` to write unit tests. Tests live in their own files in the `tests` subdirectory of a source (src) directory, e.g. `src/search/tests/api-ai-search.ts`.
3838

39-
For integration tests, we can use the mock server in `src/tests/mocks/start-mock-server.ts` to mock exteneral requests.
39+
For integration tests, we can use the mock server in `src/tests/mocks/start-mock-server.ts` to mock external requests.
4040

4141
For UI rendering tests, we use `playwright` and write tests in `src/fixtures/tests/playwright-rendering.spec.ts`
4242

0 commit comments

Comments
 (0)