Skip to content

Commit 58e7778

Browse files
authored
docs: fix small typos (#7163)
1 parent a67deff commit 58e7778

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

advanced/api/vitest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ This method doesn't trigger `onWatcherRerun`, `onWatcherStart` and `onTestsRerun
317317
## rerunTestSpecifications
318318

319319
```ts
320-
function runTestSpecifications(
320+
function rerunTestSpecifications(
321321
specifications: TestSpecification[],
322322
allTestsRun = false
323323
): Promise<TestRunResult>

guide/browser/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ List of available `browser` options:
101101
- [`browser.screenshotDirectory`](#browser-screenshotdirectory)
102102
- [`browser.screenshotFailures`](#browser-screenshotfailures)
103103

104-
By default, Vitest creates an array with a single element which uses the [`browser.name`](#browser-name) field as a `browser`. Note that this behaviour will be removed with Vitets 4.
104+
By default, Vitest creates an array with a single element which uses the [`browser.name`](#browser-name) field as a `browser`. Note that this behaviour will be removed with Vitest 4.
105105

106106
Under the hood, Vitest transforms these instances into separate [test projects](/advanced/api/test-project) sharing a single Vite server for better caching performance.
107107

0 commit comments

Comments
 (0)