summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-08-18 14:36:33 -0400
committerJames M Snell <jasnell@gmail.com>2017-08-18 14:25:22 -0700
commit091488022925281052f93ae98c0f1b613083d8e6 (patch)
treead3e6fd677590d24ff4abd4471e3d284ea311cfd /BUILDING.md
parent4d842e3d66f8764e7c89ee2beedc053f6efa05e1 (diff)
downloadandroid-node-v8-091488022925281052f93ae98c0f1b613083d8e6.tar.gz
android-node-v8-091488022925281052f93ae98c0f1b613083d8e6.tar.bz2
android-node-v8-091488022925281052f93ae98c0f1b613083d8e6.zip
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>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 18df706fab..48a9523c42 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -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