From c76a54f318a81eb1526ab066ba75602a42040f3c Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Fri, 18 Aug 2017 14:36:33 -0400 Subject: [PATCH] doc: add missing word PR-URL: https://github.com/nodejs/node/pull/14924 Reviewed-By: Anna Henningsen Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index f000720c3f13ae..a2b53d943307a1 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -135,7 +135,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