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