Skip to content

Commit 04f7a7f

Browse files
authored
docs: capitalize titles (#8143)
1 parent b86bf0d commit 04f7a7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guide/coverage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ npm i -D @vitest/coverage-istanbul
3737
```
3838
:::
3939

40-
## V8 provider
40+
## V8 Provider
4141

4242
::: info
4343
The description of V8 coverage below is Vitest specific and does not apply to other test runners.
@@ -305,7 +305,7 @@ if (condition) {
305305

306306
To see all configurable options for coverage, see the [coverage Config Reference](https://vitest.dev/config/#coverage).
307307

308-
## Coverage performance
308+
## Coverage Performance
309309

310310
If code coverage generation is slow on your project, see [Profiling Test Performance | Code coverage](/guide/profiling-test-performance.html#code-coverage).
311311

docs/guide/projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default defineProject({
115115
})
116116
```
117117

118-
## Running tests
118+
## Running Tests
119119

120120
To run tests, define a script in your root `package.json`:
121121

0 commit comments

Comments
 (0)