summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSun Lintong <sunlintong@ghostcloud.cn>2018-10-15 09:09:20 +0800
committerGitHub <noreply@github.com>2018-10-15 09:09:20 +0800
commitdd347546eee2c37d824d65b7d292a5b274cc57cb (patch)
treee0bbeb9f7dc4b3e6c6bfe3f278a28a1c91a9fe9b
parent4e2fba446f8ed6fbfa1e63f78874c3cb65118a46 (diff)
coresponding-->corresponding
-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