Skip to content

Commit 1b29ff6

Browse files
authored
docs: fix typo (#8011)
1 parent 7609107 commit 1b29ff6

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
@@ -1115,7 +1115,7 @@ Optionally, you can pass a timeout (in milliseconds) defining how long to wait b
11151115
import { beforeEach } from 'vitest'
11161116

11171117
beforeEach(async () => {
1118-
// Clear mocks and add some testing data after before each test run
1118+
// Clear mocks and add some testing data before each test run
11191119
await stopMocking()
11201120
await addUser({ name: 'John' })
11211121
})

0 commit comments

Comments
 (0)