Skip to content

Commit d8aa6e5

Browse files
committed
chore: docs
1 parent 851b02f commit d8aa6e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vitest/src/node/types/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ export type UserProjectConfigExport =
11201120
export type TestProjectConfiguration = string | (UserProjectConfigExport & {
11211121
/**
11221122
* Relative path to the extendable config. All other options will be merged with this config.
1123-
* If `true`, will inherit all options from the root config.
1123+
* If `true`, the project will inherit all options from the root config.
11241124
* @example '../vite.config.ts'
11251125
*/
11261126
extends?: string | true

0 commit comments

Comments
 (0)