From 22e056a4344d5dd90276ed8fc48753bfd234100a Mon Sep 17 00:00:00 2001 From: ZhiqinYang Date: Sun, 22 Oct 2017 18:05:18 +0800 Subject: [PATCH] Update controller-ref.md --- contributors/design-proposals/api-machinery/controller-ref.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/api-machinery/controller-ref.md b/contributors/design-proposals/api-machinery/controller-ref.md index c55143453..ec2db5364 100644 --- a/contributors/design-proposals/api-machinery/controller-ref.md +++ b/contributors/design-proposals/api-machinery/controller-ref.md @@ -237,7 +237,7 @@ This section lists considerations specific to a given controller. * **ReplicaSet/ReplicationController** - * These controllers currenly only enable ControllerRef behavior when the + * These controllers currently only enable ControllerRef behavior when the Garbage Collector is enabled. When ControllerRef was first added to these controllers, the main purpose was to enable server-side cascading deletion via the Garbage Collector, so it made sense to gate it behind the same flag.