diff --git a/content/en/docs/contribute/intermediate.md b/content/en/docs/contribute/intermediate.md index c5b680f7c4..2e191fc3a7 100644 --- a/content/en/docs/contribute/intermediate.md +++ b/content/en/docs/contribute/intermediate.md @@ -348,7 +348,7 @@ After you decide which branch to start your work (or _base it on_, in Git terminology), use the following workflow to be sure your work is based on the most up-to-date version of that branch. -1. Fetch both the `upstream` and `origin` branches. This updates your local +1. Fetch both the `upstream` and `origin` remotes. This updates your local notion of what those branches contain, but does not change your local branches at all.