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-01-01 08:14:52 +0300
committerAnatoli Papirovski <apapirovski@mac.com>2018-01-03 21:46:20 +0300
commit5bda05548bcfd473b3b112fe388ae64f862af86d (patch)
treef3cc27fb7ace1e84c0a09fa2e3f3020090d357d4 /CONTRIBUTING.md
parent3b1e263b7b2989535df40fe5a84be3b841553ae8 (diff)
doc: fix typos in CONTRIBUTING.md
Remove incorrect usage of "in which". The sentence is better and shorter without it anyway. Replace incorrect "with" with "in". PR-URL: https://github.com/nodejs/node/pull/17930 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d27959c6dc5..1dbaadf6854 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -199,9 +199,8 @@ functional guidelines of the Node.js project.
## Pull Requests
-Pull Requests are the way in which concrete changes are made to the code,
-documentation, dependencies, and tools contained with the `nodejs/node`
-repository.
+Pull Requests are the way concrete changes are made to the code, documentation,
+dependencies, and tools contained in the `nodejs/node` repository.
There are two fundamental components of the Pull Request process: one concrete
and technical, and one more process oriented. The concrete and technical