diff --git a/content/en/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions.md b/content/en/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions.md index feeb5808a6..7110187610 100644 --- a/content/en/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions.md +++ b/content/en/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions.md @@ -541,7 +541,7 @@ object. When all finalizers have been executed, the resource is deleted. The value of `metadata.deletionGracePeriodSeconds` controls the interval between polling updates. -It is the responsibility of each controller to removes its finalizer from the list. +It is the responsibility of each controller to remove its finalizer from the list. Kubernetes only finally deletes the object if the list of finalizers is empty, meaning all finalizers have been executed.