Skip to content

Commit

Permalink
docs: typo in config types (#5888)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamenco authored Jun 15, 2024
1 parent e2d69c6 commit 64e200d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ export interface InlineConfig {
resolveSnapshotPath?: (path: string, extension: string) => string

/**
* Path to a custom snapshot environment module that has a defualt export of `SnapshotEnvironment` object.
* Path to a custom snapshot environment module that has a default export of `SnapshotEnvironment` object.
*/
snapshotEnvironment?: string

Expand Down

0 comments on commit 64e200d

Please sign in to comment.