From b971a1efd29ebfff9191509113904af1e43358ec Mon Sep 17 00:00:00 2001 From: Ayush Gupta Date: Tue, 13 Mar 2018 22:32:13 +0530 Subject: [PATCH] doc: fix doconly to docopen PR-URL: https://github.com/nodejs/node/pull/19321 --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 8bc23124952361..c3967c1fa5d382 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -210,7 +210,7 @@ If you prefer to read the documentation in the browser, run the following once `make doc` is done: ```console -$ make doconly +$ make docopen ``` This will open up a browser tab/window with the documentation.