Skip to content

Commit f428f47

Browse files
committed
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: nodejs#28619 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 7008d78 commit f428f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guides/building-node-with-ninja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The purpose of this guide is to show how to build Node.js using [Ninja][], as
44
doing so can be significantly quicker than using `make`. Please see
5-
[Ninja's site][Ninja] for installation instructions (unix only).
5+
[Ninja's site][Ninja] for installation instructions (Unix only).
66

77
To build Node.js with ninja, there are 3 steps that must be taken:
88

0 commit comments

Comments
 (0)