Minor update (#10059)

Fixed a minor typo.
This commit is contained in:
shavidissa 2018-08-23 11:45:42 -05:00 committed by k8s-ci-robot
parent c3b86b28ce
commit 1b69db5c92
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ go get github.com/kubernetes/federation
Determine the base directory of your local
[kubernetes/federation](https://github.com/kubernetes/federation) repository.
For example, if you followed the preceding step to get the federation source
code, you base directory is `$GOPATH/src/github.com/kubernetes/federation.`
code, your base directory is `$GOPATH/src/github.com/kubernetes/federation.`
The remaining steps refer to your base directory as `<fed-base>`.
Run the doc generation script: