Merge pull request #3395 from akki/patch-1

Fix typo in godep.md
This commit is contained in:
Kubernetes Prow Robot 2019-03-11 19:50:37 -07:00 committed by GitHub
commit b1851114db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ hack/run-in-gopath.sh hack/godep-restore.sh
This script will try to optimize what it needs to download, and if it seems the
dependencies are all present already, it will return very quickly.
If there's every any doubt about the correctness of your dependencies, you can
If there's ever any doubt about the correctness of your dependencies, you can
simply `make clean` or `rm -rf _output`, and run it again.
Now you should have a clean copy of all of the Kubernetes dependencies.