Skip to content

Commit

Permalink
docs: fix typo (#3247)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-jerry committed Apr 25, 2023
1 parent 21942db commit 97b1b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/snapshot.md
Expand Up @@ -50,7 +50,7 @@ it('toUpperCase', () => {
})
```

Instead of creating a snapshot file, Vitest will modify the test file directory to update the snapshot as a string:
Instead of creating a snapshot file, Vitest will modify the test file directly to update the snapshot as a string:

```ts
import { expect, it } from 'vitest'
Expand Down

0 comments on commit 97b1b4a

Please sign in to comment.