From fe11c3f8f70948e4d10bf46ffdb9185d858ec97b Mon Sep 17 00:00:00 2001 From: TigerXu Date: Tue, 15 Aug 2017 13:58:11 +0800 Subject: [PATCH] Update extensible-admission-controllers.md (#4795) fix typo --- docs/admin/extensible-admission-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/extensible-admission-controllers.md b/docs/admin/extensible-admission-controllers.md index 1828ba507c0..dd1455ddad0 100644 --- a/docs/admin/extensible-admission-controllers.md +++ b/docs/admin/extensible-admission-controllers.md @@ -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.