Skip to content

Commit e366d26

Browse files
committed
Fixed the typo errors in the documentation.
1 parent 8b2fb42 commit e366d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ use this behavior, which then applies to all CustomResourceDefinitions in your
727727
cluster.
728728

729729
Provided you enabled the feature gate, Kubernetes implements _validation racheting_
730-
for CustomResourceDefinitions. The API server is willing accept updates to resources that
730+
for CustomResourceDefinitions. The API server is willing to accept updates to resources that
731731
are not valid after the update, provided that each part of the resource that failed to validate
732732
was not changed by the update operation. In other words, any invalid part of the resource
733733
that remains invalid must have already been wrong.
@@ -737,7 +737,7 @@ This feature allows authors of CRDs to confidently add new validations to the
737737
OpenAPIV3 schema under certain conditions. Users can update to the new schema
738738
safely without bumping the version of the object or breaking workflows.
739739

740-
While most validations placed in the OpenAPIV3 schema of a CRD are support
740+
While most validations placed in the OpenAPIV3 schema of a CRD support
741741
ratcheting, there are a few exceptions. The following OpenAPIV3 schema
742742
validations are not supported by ratcheting under the implementation in Kubernetes
743743
{{< skew currentVersion >}} and if violated will continue to throw an error as normally:

0 commit comments

Comments
 (0)