Fix typo in godep.md

This commit is contained in:
Akshesh Doshi 2019-03-11 17:23:11 +07:00 committed by GitHub
parent 89730b2614
commit 216b50c946
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.