Skip to content

Commit b93e9d9

Browse files
authored
Merge pull request kubernetes#91671 from raresraf/patch-1
Fix typo test/cmd/README
2 parents 14559bc + d6b55b4 commit b93e9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cmd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if kube::test::if_supports_resource "${replicasets}" ; then
2727
fi
2828
```
2929

30-
Be sure to validate any supported resouces required for the test by using the `kube::test::if_supports_resource` function.
30+
Be sure to validate any supported resources required for the test by using the `kube::test::if_supports_resource` function.
3131

3232

3333
### New File

0 commit comments

Comments
 (0)