summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornitkon <35655196+nitkon@users.noreply.github.com>2018-01-21 11:02:56 +0000
committerGitHub <noreply@github.com>2018-01-21 11:02:56 +0000
commite3e8889498d7e993e6dd99b657e3feb20800e333 (patch)
treea139ce9689b2e5dda19b32606add61e8816d74be
parentc7c08474fd274be6e9ff6d8a15715af2e452220a (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 cf4127d0..a5f458e5 100644
--- a/contributors/devel/e2e-tests.md
+++ b/contributors/devel/e2e-tests.md
@@ -125,7 +125,7 @@ go run hack/e2e.go -- -v -ctl='get events'
go run hack/e2e.go -- -v -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.