From e0ac501b92c20c3f112b7edca68c419801824d6f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 6 Feb 2021 08:14:25 -0800 Subject: [PATCH] doc: use sentence case for headers in BUILDING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca Reviewed-By: Darshan Sen Reviewed-By: Pooja D P Reviewed-By: Zijian Liu --- BUILDING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 44f56a5ba23854..f4ecd3d1f522bc 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: