summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
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.