diff --git a/BUILDING.md b/BUILDING.md index 8027825f68dec0..5656d37cc04871 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) @@ -308,7 +308,7 @@ To install this version of Node.js into a system directory: [sudo] make install ``` -#### Running Tests +#### Running tests To verify the build: @@ -378,7 +378,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: