Skip to content

Commit d6b55b4

Browse files
authored
Fix typo test/cmd/README
Typo in `Adding Tests` section
1 parent 7bd4c53 commit d6b55b4

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)