docs: fix typo (#4300)

This commit is contained in:
Henning Schindler 2023-10-13 18:05:06 +02:00 committed by GitHub
parent b143985201
commit e836b2b8bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ it('math is hard', ({ skip }) => {
## Extend Test Context
Vitest provides two diffident ways to help you extend the test context.
Vitest provides two different ways to help you extend the test context.
### `test.extend`