Merge pull request #91671 from raresraf/patch-1

Fix typo test/cmd/README
This commit is contained in:
Kubernetes Prow Robot 2020-06-07 17:35:46 -07:00 committed by GitHub
commit b93e9d9395
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