File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/contribute/generate-ref-docs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ will be different in your situation.
91
91
92
92
Here's an example of editing a comment in the Kubernetes source code.
93
93
94
- In your local kubernetes/kubernetes repository, check out the master branch,
94
+ In your local kubernetes/kubernetes repository, check out the default branch,
95
95
and make sure it is up to date:
96
96
97
97
``` shell
@@ -100,7 +100,7 @@ git checkout master
100
100
git pull https://github.com/kubernetes/kubernetes master
101
101
```
102
102
103
- Suppose this source file in the master branch has the typo "atmost":
103
+ Suppose this source file in that default branch has the typo "atmost":
104
104
105
105
[ kubernetes/kubernetes/staging/src/k8s.io/api/apps/v1/types.go] ( https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/api/apps/v1/types.go )
106
106
You can’t perform that action at this time.
0 commit comments