doc: add missing word

PR-URL: https://github.com/nodejs/node/pull/14924
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
pull/14924/merge
Jon Moss 2017-08-18 14:36:33 -04:00 committed by James M Snell
parent 4d842e3d66
commit 0914880229
1 changed files with 1 additions and 1 deletions

View File

@ -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