summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorg-harel <gabrielj.harel@gmail.com>2018-01-24 15:18:37 -0500
committerg-harel <gabrielj.harel@gmail.com>2018-01-24 15:18:37 -0500
commit200ba0be12c1e5c7bd832c0241799d7d6b338f4a (patch)
treefb5f3611dd5bf5b5730d754111417de3f0402df5
parentf73383caa9cd8cef9a7aa5d18cf4106ad70de847 (diff)
fixed typo in testing guide
-rw-r--r--contributors/devel/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/testing.md b/contributors/devel/testing.md
index fbd465ca..340132d8 100644
--- a/contributors/devel/testing.md
+++ b/contributors/devel/testing.md
@@ -192,7 +192,7 @@ for those internal etcd instances with the `TEST_ETCD_DIR` environment variable.
### Run integration tests
The integration tests are run using `make test-integration`.
-The Kubernetes integration tests are writting using the normal golang testing
+The Kubernetes integration tests are written using the normal golang testing
package but expect to have a running etcd instance to connect to. The `test-integration.sh`
script wraps `make test` and sets up an etcd instance for the integration tests to use.