Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: use sentence case for headers in BUILDING.md #37250

Merged
merged 1 commit into from Feb 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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