summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/devel/sig-architecture/godep.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-architecture/godep.md b/contributors/devel/sig-architecture/godep.md
index 61e09247..0ac48e18 100644
--- a/contributors/devel/sig-architecture/godep.md
+++ b/contributors/devel/sig-architecture/godep.md
@@ -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.