Skip to content

Commit 8cffab6

Browse files
Trotttargos
authored andcommitted
doc: use sentence case for headers in BUILDING.md
Be consistent with the rest of the file and our doc style guide. PR-URL: #37250 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Pooja D P <[email protected]> Reviewed-By: Zijian Liu <[email protected]>
1 parent 2bfe185 commit 8cffab6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BUILDING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you can reproduce a test failure, search for it in the
88
[Node.js issue tracker](https://github.com/nodejs/node/issues) or
99
file a new issue.
1010

11-
## Table of Contents
11+
## Table of contents
1212

1313
* [Supported platforms](#supported-platforms)
1414
* [Input](#input)
@@ -308,7 +308,7 @@ To install this version of Node.js into a system directory:
308308
[sudo] make install
309309
```
310310

311-
#### Running Tests
311+
#### Running tests
312312

313313
To verify the build:
314314

@@ -378,7 +378,7 @@ You can use
378378
[node-code-ide-configs](https://github.com/nodejs/node-code-ide-configs)
379379
to run/debug tests, if your IDE configs are present.
380380

381-
#### Running Coverage
381+
#### Running coverage
382382

383383
It's good practice to ensure any code you add or change is covered by tests.
384384
You can do so by running the test suite with coverage enabled:

0 commit comments

Comments
 (0)