Merge pull request #1254 from ZhiqinYang/patch-1

Automatic merge from submit-queue.

Update controller-ref.md fix typo
This commit is contained in:
Kubernetes Submit Queue 2017-10-22 11:52:22 -07:00 committed by GitHub
commit e35e2a8b11
1 changed files with 1 additions and 1 deletions

View File

@ -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.