summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-10-08 09:24:37 -0700
committerRich Trott <rtrott@gmail.com>2018-10-08 12:35:29 -0700
commit67130f3ab596393e84fa81dc1a6696f90ec747a5 (patch)
treed028e2d82e51da9e709be14a8a880338cc063c85 /BUILDING.md
parent0ad8c7319d6034fff0175bdf61ba8970db06a8ba (diff)
downloadandroid-node-v8-67130f3ab596393e84fa81dc1a6696f90ec747a5.tar.gz
android-node-v8-67130f3ab596393e84fa81dc1a6696f90ec747a5.tar.bz2
android-node-v8-67130f3ab596393e84fa81dc1a6696f90ec747a5.zip
doc: edit building-node text
Simplifying some BUILDING.md and related text since a lot of people will be reading it soon for Code & Learn. I'd prefer to delete much of this text, but that risks controversy. These simplifications should be (I hope) uncontroversial. PR-URL: https://github.com/nodejs/node/pull/23335 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/BUILDING.md b/BUILDING.md
index b7a8965e76..b8809b7174 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -1,10 +1,10 @@
# Building Node.js
-Depending on what platform or features you require, the build process may
-differ slightly. After you've successfully built a binary, running the
-test suite to validate that the binary works as intended is a good next step.
+Depending on what platform or features you need, the build process may
+differ. After you've built a binary, running the
+test suite to confirm that the binary works as intended is a good next step.
-If you can reproduce a test failure consistently, search for it in the
+If you can reproduce a test failure, search for it in the
[Node.js issue tracker](https://github.com/nodejs/node/issues) or
file a new issue.