From f6a70dcd22095b818f70d269a0763a3e363ffeae Mon Sep 17 00:00:00 2001 From: Ayush Gupta Date: Thu, 15 Mar 2018 09:32:30 +0530 Subject: [PATCH] doc: address nits requested by @Trott PR-URL: https://github.com/nodejs/node/pull/19321 --- BUILDING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index c3967c1fa5d382..e3bd7a7e9db3f8 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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: