From 2fe065f1af61543f4a6fbc6b1fb27b9bf50b9e37 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 31 Dec 2017 21:14:52 -0800 Subject: [PATCH] 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". --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d27959c6dc5dbd..1dbaadf6854044 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