Skip to content

Commit 2bdd12a

Browse files
authored
Merge pull request #47900 from lvthanh03/main
Update typo in documentation
2 parents 544eb2c + 6f1ba0c commit 2bdd12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ enable the `CRDValidationRatcheting`
727727
use this behavior, which then applies to all CustomResourceDefinitions in your
728728
cluster.
729729

730-
Provided you enabled the feature gate, Kubernetes implements _validation racheting_
730+
Provided you enabled the feature gate, Kubernetes implements _validation ratcheting_
731731
for CustomResourceDefinitions. The API server is willing to accept updates to resources that
732732
are not valid after the update, provided that each part of the resource that failed to validate
733733
was not changed by the update operation. In other words, any invalid part of the resource

0 commit comments

Comments
 (0)