Update extensible-admission-controllers.md (#4795)

fix typo
This commit is contained in:
TigerXu
2017-08-15 13:58:11 +08:00
committed by Zachary Corleissen
parent 506842bc16
commit fe11c3f8f7
@@ -35,7 +35,7 @@ This page describes how to use Initializers and External Admission Webhooks.
* A list of pending pre-initialization tasks, stored in every object's metadata
(e.g., "AddMyCorporatePolicySidecar").
* A user customized controller, which actually perform those tasks. The name of the task
* A user customized controller, which actually performs those tasks. The name of the task
corresponds to the controller which performs the task. For clarity, we call
them *initializer controllers* in this page.