Skip to content

Commit 7da1c9b

Browse files
Trottdanielleadams
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 7c51cec commit 7da1c9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BUILDING.md

+3-3
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)
@@ -309,7 +309,7 @@ To install this version of Node.js into a system directory:
309309
[sudo] make install
310310
```
311311

312-
#### Running Tests
312+
#### Running tests
313313

314314
To verify the build:
315315

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

382-
#### Running Coverage
382+
#### Running coverage
383383

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

0 commit comments

Comments
 (0)