mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
doc: use sentence case for headers in BUILDING.md
Be consistent with the rest of the file and our doc style guide. PR-URL: https://github.com/nodejs/node/pull/37250 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
This commit is contained in:
parent
7c51cecbca
commit
7da1c9b219
|
|
@ -8,7 +8,7 @@ If you can reproduce a test failure, search for it in the
|
|||
[Node.js issue tracker](https://github.com/nodejs/node/issues) or
|
||||
file a new issue.
|
||||
|
||||
## Table of Contents
|
||||
## Table of contents
|
||||
|
||||
* [Supported platforms](#supported-platforms)
|
||||
* [Input](#input)
|
||||
|
|
@ -309,7 +309,7 @@ To install this version of Node.js into a system directory:
|
|||
[sudo] make install
|
||||
```
|
||||
|
||||
#### Running Tests
|
||||
#### Running tests
|
||||
|
||||
To verify the build:
|
||||
|
||||
|
|
@ -379,7 +379,7 @@ You can use
|
|||
[node-code-ide-configs](https://github.com/nodejs/node-code-ide-configs)
|
||||
to run/debug tests, if your IDE configs are present.
|
||||
|
||||
#### Running Coverage
|
||||
#### Running coverage
|
||||
|
||||
It's good practice to ensure any code you add or change is covered by tests.
|
||||
You can do so by running the test suite with coverage enabled:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user