From de9d1f15deb4306dbd9402b02eb39497a578296d Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 28 Apr 2018 22:38:43 -0700 Subject: [PATCH] doc: remove parenthetical in onboarding-extras MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove "(I prefer the former)" from onboarding-extras. Without any explanation as to why one might prefer A over B, it probably raises more questions than it answers. PR-URL: https://github.com/nodejs/node/pull/20393 Reviewed-By: Vse Mozhet Byt Reviewed-By: Tobias Nießen Reviewed-By: Richard Lau Reviewed-By: Ruben Bridgewater Reviewed-By: Trivikram Kamat --- doc/onboarding-extras.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md index 080918049f66c0..ffc316d7a670b6 100644 --- a/doc/onboarding-extras.md +++ b/doc/onboarding-extras.md @@ -91,7 +91,7 @@ need to be attached anymore, as only important bugfixes will be included. to update from nodejs/node: * `git checkout master` -* `git remote update -p` OR `git fetch --all` (I prefer the former) +* `git remote update -p` OR `git fetch --all` * `git merge --ff-only upstream/master` (or `REMOTENAME/BRANCH`) ## Best practices