Skip to content
Closed
Changes from all commits
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
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ This will build Node.js first (if necessary) and then use it to build the docs:
$ make doc
```

If you have an existing Node.js you can build just the docs with:
If you have an existing Node.js build, you can build just the docs with:

```console
$ NODE=/path/to/node make doc-only
Expand Down