doc: change 'unix' to 'Unix' in ninja guide

A recent PR converted all instances of 'unix' and 'UNIX' to 'Unix'
in the API docs. This commit fixes one instance in the guides in
preparation for a relevant lint rule.

PR-URL: https://github.com/nodejs/node/pull/28619
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
pull/28619/head
Rich Trott 2019-07-09 22:07:42 -07:00
parent 7008d783c8
commit f428f47636
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
The purpose of this guide is to show how to build Node.js using [Ninja][], as
doing so can be significantly quicker than using `make`. Please see
[Ninja's site][Ninja] for installation instructions (unix only).
[Ninja's site][Ninja] for installation instructions (Unix only).
To build Node.js with ninja, there are 3 steps that must be taken: