Skip to content

Commit 9be32fb

Browse files
authored
docs: fix typo (#7886)
1 parent a83f3bf commit 9be32fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ test('skipped test', (context) => {
167167
})
168168
```
169169

170-
Since Vitest 3.1, if the condition is unknonwn, you can provide it to the `skip` method as the first arguments:
170+
Since Vitest 3.1, if the condition is unknown, you can provide it to the `skip` method as the first arguments:
171171

172172
```ts
173173
import { assert, test } from 'vitest'

0 commit comments

Comments
 (0)