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:
authorBrandon Lee <40652534+brandonlwt@users.noreply.github.com>2018-08-01 21:15:46 +0300
committerAnna Henningsen <anna@addaleax.net>2018-08-01 21:41:12 +0300
commit05b31760225d213417c0e34be0c6841429eeda22 (patch)
tree3c46b427462174f291da96275e057f6da7d667a9 /BUILDING.md
parent02badc424f92f71de66adf945e51fd07a914aaf1 (diff)
doc: correct grammatical error in BUILDING.md
Grammatical error corrected. PR-URL: https://github.com/nodejs/node/pull/22067 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index d35211fc43b..1f73422e695 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -4,7 +4,7 @@ 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.
-If you consistently can reproduce a test failure, search for it in the
+If you can reproduce a test failure consistently, search for it in the
[Node.js issue tracker](https://github.com/nodejs/node/issues) or
file a new issue.
@@ -34,7 +34,7 @@ Support is divided into three tiers:
### Supported platforms
The community does not build or test against end-of-life distributions (EoL).
-Thus we do not recommend that you use Node on end-of-life or unsupported
+Thus, we do not recommend that you use Node on end-of-life or unsupported
platforms in production.
| System | Support type | Version | Architectures | Notes |