From d6b55b4469bef13b1c011f1d0e45b1073d43a5ae Mon Sep 17 00:00:00 2001 From: Rares Folea <30867783+raresraf@users.noreply.github.com> Date: Tue, 2 Jun 2020 14:50:55 +0300 Subject: [PATCH] Fix typo test/cmd/README Typo in `Adding Tests` section --- test/cmd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cmd/README.md b/test/cmd/README.md index d5146c12e09..0f9867473b1 100644 --- a/test/cmd/README.md +++ b/test/cmd/README.md @@ -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