summaryrefslogtreecommitdiff
path: root/doc/guides
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-07-09 22:07:42 -0700
committerRich Trott <rtrott@gmail.com>2019-07-11 22:42:19 -0700
commitf428f476363c447af38e23ee20b7b971ba211266 (patch)
treea88aa78b891f8c3c6f2ef0c34085b2e43cea0060 /doc/guides
parent7008d783c8d87dd2a6ff74b525ca0e0a1575cdc2 (diff)
downloadandroid-node-v8-f428f476363c447af38e23ee20b7b971ba211266.tar.gz
android-node-v8-f428f476363c447af38e23ee20b7b971ba211266.tar.bz2
android-node-v8-f428f476363c447af38e23ee20b7b971ba211266.zip
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>
Diffstat (limited to 'doc/guides')
-rw-r--r--doc/guides/building-node-with-ninja.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/building-node-with-ninja.md b/doc/guides/building-node-with-ninja.md
index 4391d56bdb..ba495278ba 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: