From fcb2123efbc84ea7c4140debcca730d41847c7ad Mon Sep 17 00:00:00 2001 From: Van Driessche Vincent Date: Fri, 5 Oct 2018 06:57:58 +0000 Subject: [PATCH] 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". --- .../docs/concepts/workloads/controllers/garbage-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/garbage-collection.md b/content/en/docs/concepts/workloads/controllers/garbage-collection.md index 66ac4a5c58f..a2b8517afaa 100644 --- a/content/en/docs/concepts/workloads/controllers/garbage-collection.md +++ b/content/en/docs/concepts/workloads/controllers/garbage-collection.md @@ -81,7 +81,7 @@ the following things are true: Once the "deletion in progress" state is set, the garbage 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. Note that in the "foregroundDeletion", only dependents with