Skip to content

Commit 3d6b130

Browse files
committed
doc/testing/end-to-end.md: fix typo
1 parent c12e1f1 commit 3d6b130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/testing/end-to-end.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ go test ./test/e2e/... -kubeconfig "path-to-config" -image "<repository>:<tag>
1818
```
1919

2020
This will run the tests on the cluster specified by the provided kubeconfig and the
21-
memcached-operator image that it build will be pushed to `<repository>:<tag>`.
21+
memcached-operator image that is built will be pushed to `<repository>:<tag>`.
2222

2323
### Local Minikube Instance
2424
To run the end-to-end tests on a local minikube cluster, the minikube instance must be

0 commit comments

Comments
 (0)