Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-10-08 19:24:37 +0300
committerMichaƫl Zasso <targos@protonmail.com>2018-10-10 05:15:57 +0300
commitfbbb25b901f46505c87931e6d661802a1b06f205 (patch)
tree1bbe9203303b5ddebcc664650bcb860bff8c87e2 /BUILDING.md
parent7b327ea9093d323fa01f3eae6ae2778b436b09ff (diff)
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 28524cb409e..839480eec38 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.