Skip to content

Commit

Permalink
doc: address nits requested by @Trott
Browse files Browse the repository at this point in the history
PR-URL: #19321
  • Loading branch information
AyushG3112 committed Mar 26, 2018
1 parent b971a1e commit f6a70dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILDING.md
Expand Up @@ -206,14 +206,14 @@ To read the documentation:
$ man doc/node.1
```

If you prefer to read the documentation in the browser,
run the following once `make doc` is done:
If you prefer to read the documentation in a browser,
run the following after `make doc` is finished:

```console
$ make docopen
```

This will open up a browser tab/window with the documentation.
This will open a browser with the documentation.

To test if Node.js was built correctly:

Expand Down

0 comments on commit f6a70dc

Please sign in to comment.