Fixed type in intermediate contributor page (#13617)

Associated with #13616
page link: https://kubernetes.io/docs/contribute/intermediate/#contribute-to-other-repos
This commit is contained in:
Shashank Patel 2019-04-05 01:27:19 +05:30 committed by Kubernetes Prow Robot
parent 87de499261
commit a03303dca5
1 changed files with 1 additions and 1 deletions

View File

@ -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 terminology), use the following workflow to be sure your work is based on the
most up-to-date version of that branch. 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 notion of what those branches contain, but does not change your local
branches at all. branches at all.