diff --git a/docs/guide/test-context.md b/docs/guide/test-context.md index 87f5819229f5..f868c5b0cd4e 100644 --- a/docs/guide/test-context.md +++ b/docs/guide/test-context.md @@ -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`