diff options
author | Rich Trott <rtrott@gmail.com> | 2017-12-31 21:14:52 -0800 |
---|---|---|
committer | Anatoli Papirovski <apapirovski@mac.com> | 2018-01-03 13:46:20 -0500 |
commit | 5bda05548bcfd473b3b112fe388ae64f862af86d (patch) | |
tree | f3cc27fb7ace1e84c0a09fa2e3f3020090d357d4 /CONTRIBUTING.md | |
parent | 3b1e263b7b2989535df40fe5a84be3b841553ae8 (diff) | |
download | node-new-5bda05548bcfd473b3b112fe388ae64f862af86d.tar.gz |
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.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d27959c6dc..1dbaadf685 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 |