Fixes typo (#10474)

Small typo found in the "Foreground cascading deletion" section. In the indicative present form, "to delete" should become "he/she/it deletes".
This commit is contained in:
Van Driessche Vincent
2018-10-05 06:57:58 +00:00
committed by k8s-ci-robot
parent f26054afb7
commit fcb2123efb
@@ -81,7 +81,7 @@ the following things are true:
Once the "deletion in progress" state is set, the garbage Once the "deletion in progress" state is set, the garbage
collector deletes the object's dependents. Once the garbage collector has deleted all collector deletes the object's dependents. Once the garbage collector has deleted all
"blocking" dependents (objects with `ownerReference.blockOwnerDeletion=true`), it delete "blocking" dependents (objects with `ownerReference.blockOwnerDeletion=true`), it deletes
the owner object. the owner object.
Note that in the "foregroundDeletion", only dependents with Note that in the "foregroundDeletion", only dependents with