From 7041867ee8fcbb6d5a3cfa9db5513c550ffcad86 Mon Sep 17 00:00:00 2001 From: lemon-tree Date: Tue, 15 Aug 2017 15:18:46 +0800 Subject: [PATCH] Update admission-controllers.md Modified "is run" to "runs". --- docs/admin/admission-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/admission-controllers.md b/docs/admin/admission-controllers.md index 0a1b0e289d..0597ca0777 100644 --- a/docs/admin/admission-controllers.md +++ b/docs/admin/admission-controllers.md @@ -19,7 +19,7 @@ API server prior to persistence of the object, but after the request is authenti and authorized. The plug-in code is in the API server process and must be compiled into the binary in order to be used at this time. -Each admission control plug-in is run in sequence before a request is accepted into the cluster. If +Each admission control plug-in runs in sequence before a request is accepted into the cluster. If any of the plug-ins in the sequence reject the request, the entire request is rejected immediately and an error is returned to the end-user.