summaryrefslogtreecommitdiff
path: root/doc/guides
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-20 13:29:37 -0600
committerRich Trott <rtrott@gmail.com>2019-06-23 07:07:20 -0700
commit73daba8649810024485dde4733cb3b4c9a60eb88 (patch)
treef2b69b7c8e109a282849219e0fcc0ddd8aa74c1a /doc/guides
parentebf5822f12318c446f0b541ce615449c4210b136 (diff)
downloadandroid-node-v8-73daba8649810024485dde4733cb3b4c9a60eb88.tar.gz
android-node-v8-73daba8649810024485dde4733cb3b4c9a60eb88.tar.bz2
android-node-v8-73daba8649810024485dde4733cb3b4c9a60eb88.zip
doc: remove "note that" from maintaining-the-build-files.md
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16 PR-URL: https://github.com/nodejs/node/pull/28329 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/guides')
-rw-r--r--doc/guides/maintaining-the-build-files.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guides/maintaining-the-build-files.md b/doc/guides/maintaining-the-build-files.md
index 2f89362b8f..d36e827145 100644
--- a/doc/guides/maintaining-the-build-files.md
+++ b/doc/guides/maintaining-the-build-files.md
@@ -40,12 +40,12 @@ need to update the configuration process.
## Makefile
To see the help text, run `make help`. This file is not generated, it is
-maintained by humans. Note that this is not usually run on Windows, where
+maintained by humans. This is not usually run on Windows, where
[vcbuild.bat](#vcbuildbat) is used instead.
### Options
-- `-j <n>`: number of threads used to build the binary. Note that on the non-ci
+- `-j <n>`: number of threads used to build the binary. On the non-CI
targets, the parallel tests will take up all the available cores, regardless
of this option.