Fix typo test/cmd/README

Typo in `Adding Tests` section
This commit is contained in:
Rares Folea 2020-06-02 14:50:55 +03:00 committed by GitHub
parent 7bd4c53b27
commit d6b55b4469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ if kube::test::if_supports_resource "${replicasets}" ; then
fi
```
Be sure to validate any supported resouces required for the test by using the `kube::test::if_supports_resource` function.
Be sure to validate any supported resources required for the test by using the `kube::test::if_supports_resource` function.
### New File