From a03303dca51d735718488ae8922838652ac18ec7 Mon Sep 17 00:00:00 2001 From: Shashank Patel Date: Fri, 5 Apr 2019 01:27:19 +0530 Subject: [PATCH] Fixed type in intermediate contributor page (#13617) Associated with #13616 page link: https://kubernetes.io/docs/contribute/intermediate/#contribute-to-other-repos --- content/en/docs/contribute/intermediate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.