summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQingsong Fan <fanqingsong@ghostcloud.cn>2018-03-22 16:35:12 +0800
committerQingsong Fan <fanqingsong@ghostcloud.cn>2018-03-22 16:35:12 +0800
commit84995c2c78235d7bc4ccf4bc8c66019ff0004080 (patch)
tree1335b0a30caba15657c51a3b302377c9eea302fd
parentcee5f0bf724a0aba657cb4a934e53cfe7ca5f3bc (diff)
Update e2e-tests.md
-rw-r--r--contributors/devel/e2e-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md
index 55c8e22b..20d76d33 100644
--- a/contributors/devel/e2e-tests.md
+++ b/contributors/devel/e2e-tests.md
@@ -125,7 +125,7 @@ go run hack/e2e.go -- -ctl='get events'
go run hack/e2e.go -- -ctl='delete pod foobar'
```
-The tests are built into a single binary which can be run used to deploy a
+The tests are built into a single binary which can be used to deploy a
Kubernetes system or run tests against an already-deployed Kubernetes system.
See `go run hack/e2e.go --help` (or the flag definitions in `hack/e2e.go`) for
more options, such as reusing an existing cluster.