Skip to content

Commit 37854a3

Browse files
authored
docs: Fixed typo under vi.useRealTimers section (#7840)
1 parent 756f018 commit 37854a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/vi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ Returns `true` if fake timers are enabled.
832832

833833
- **Type:** `() => Vitest`
834834

835-
When timers are run out, you may call this method to return mocked timers to its original implementations. All timers that were scheduled before will be discarded.
835+
When timers have run out, you may call this method to return mocked timers to its original implementations. All timers that were scheduled before will be discarded.
836836

837837
## Miscellaneous
838838

0 commit comments

Comments
 (0)