summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-03-22 07:07:04 -0700
committerGitHub <noreply@github.com>2018-03-22 07:07:04 -0700
commit01a70cd13341130a0f0206e264e5a32a011ae371 (patch)
tree28e242601cc44efe8bfd46169d11a5df61df5754
parentdc5077878efc7be8617ae82fe3e6a383c1d1b0da (diff)
parent84995c2c78235d7bc4ccf4bc8c66019ff0004080 (diff)
Merge pull request #1962 from fqsghostcloud/fix-md
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.