From 729b232d11766512d954788bc01074c617fa9dbb Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 9 Jul 2019 22:07:42 -0700 Subject: [PATCH] doc: change 'unix' to 'Unix' in ninja guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Richard Lau Reviewed-By: Tobias Nießen Reviewed-By: Trivikram Kamat Reviewed-By: Jiawen Geng Reviewed-By: Ruben Bridgewater --- doc/guides/building-node-with-ninja.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/building-node-with-ninja.md b/doc/guides/building-node-with-ninja.md index 4391d56bdbc6a1..ba495278ba3462 100644 --- a/doc/guides/building-node-with-ninja.md +++ b/doc/guides/building-node-with-ninja.md @@ -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: