Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-02-06 19:14:25 +0300
committerRich Trott <rtrott@gmail.com>2021-02-08 20:54:47 +0300
commite0ac501b92c20c3f112b7edca68c419801824d6f (patch)
tree8aeedee0c02f9a793a6513630a051c3a1c6b282e /BUILDING.md
parent04bef7aabd298d668e3f0dfe97801d4c04a8e395 (diff)
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>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 44f56a5ba23..f4ecd3d1f52 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -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: