From 5bda05548bcfd473b3b112fe388ae64f862af86d Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 31 Dec 2017 21:14:52 -0800 Subject: 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 Reviewed-By: Weijia Wang Reviewed-By: Jon Moss Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Anatoli Papirovski Reviewed-By: Ruben Bridgewater Reviewed-By: Gireesh Punathil Reviewed-By: Yuta Hiroto --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') 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 -- cgit v1.2.3