Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc: address nits requested by @Trott
PR-URL: #19321
  • Loading branch information
AyushG3112 committed Mar 26, 2018
commit f6a70dcd22095b818f70d269a0763a3e363ffeae
6 changes: 3 additions & 3 deletions BUILDING.md
Original file line number Diff line number Diff line change
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