Skip to content

Commit

Permalink
doc: use sentence case for headers in BUILDING.md
Browse files Browse the repository at this point in the history
Be consistent with the rest of the file and our doc style guide.
  • Loading branch information
Trott committed Feb 6, 2021
1 parent c0e66e3 commit 881e218
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILDING.md
Expand Up @@ -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)
Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 881e218

Please sign in to comment.