Skip to content

Commit 2abf053

Browse files
authored
docs: update wording to "next major" (#7351)
1 parent 83f8afd commit 2abf053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test('validation works', { retry: 3 }, () => { // [!code ++]
2121
})
2222
```
2323

24-
Vitest 4.0 will throw an error if the third argument is an object. Note that the timeout number is not deprecated:
24+
The next major version will throw an error if the third argument is an object. Note that the timeout number is not deprecated:
2525

2626
```ts
2727
test('validation works', () => {

0 commit comments

Comments
 (0)