Skip to content

Commit 26af0eb

Browse files
docs: typo in mocking guide (#6409)
1 parent 9f78a91 commit 26af0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/mocking.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Vitest doesn't provide any file system mocking API out of the box. You can use `
362362

363363
### Example
364364

365-
To automatially redirect every `fs` call to `memfs`, you can create `__mocks__/fs.cjs` and `__mocks__/fs/promises.cjs` files at the root of your project:
365+
To automatically redirect every `fs` call to `memfs`, you can create `__mocks__/fs.cjs` and `__mocks__/fs/promises.cjs` files at the root of your project:
366366

367367
::: code-group
368368
```ts [__mocks__/fs.cjs]

0 commit comments

Comments
 (0)