Skip to content

Commit f6a70dc

Browse files
committed
doc: address nits requested by @Trott
PR-URL: #19321
1 parent b971a1e commit f6a70dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BUILDING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,14 @@ To read the documentation:
206206
$ man doc/node.1
207207
```
208208

209-
If you prefer to read the documentation in the browser,
210-
run the following once `make doc` is done:
209+
If you prefer to read the documentation in a browser,
210+
run the following after `make doc` is finished:
211211

212212
```console
213213
$ make docopen
214214
```
215215

216-
This will open up a browser tab/window with the documentation.
216+
This will open a browser with the documentation.
217217

218218
To test if Node.js was built correctly:
219219

0 commit comments

Comments
 (0)