summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-10-15 11:11:26 -0700
committerGitHub <noreply@github.com>2018-10-15 11:11:26 -0700
commit1c72b9d26fbb71ecb0ba196a5dbe9e6c96dbd400 (patch)
treeead1d3d3b16b1845a4be984aeb4b44b91ab2ad3c /contributors
parent59c97fe066a4b683bcfea64055fd3b44b852eefb (diff)
parentdd347546eee2c37d824d65b7d292a5b274cc57cb (diff)
Merge pull request #2795 from sunlintong/patch-1
coresponding-->corresponding
Diffstat (limited to 'contributors')
-rw-r--r--contributors/design-proposals/api-machinery/customresource-conversion-webhook.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md b/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md
index 035c187d..a7a5c6ff 100644
--- a/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md
+++ b/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md
@@ -128,7 +128,7 @@ type CustomResourceConversionWebhook {
### Defaulting
In case that there is no versions list, a single version with values defaulted to top level version will be created. That means a single version with a name set to spec.version.
-All newly added per version fields (schema, additionalPrinterColumns or subresources) will be defaulted to the coresponding top level field except for the first version in the list that will remain empty.
+All newly added per version fields (schema, additionalPrinterColumns or subresources) will be defaulted to the corresponding top level field except for the first version in the list that will remain empty.
### Validation