From 15b4194727d601e7d7448834e2dd0301f284531b Mon Sep 17 00:00:00 2001 From: Alena Varkockova Date: Thu, 21 Nov 2019 13:05:28 +0100 Subject: [PATCH] Fix typo in the word annotation (#17716) --- .../access-authn-authz/extensible-admission-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md b/content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md index 5b774cf222a0b..2f9b3d0eb199b 100644 --- a/content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md +++ b/content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md @@ -1359,7 +1359,7 @@ mutating webhook chain, and didn't mutated the request object during the invocat } ``` -The following annotatino gets recorded for a webhook being invoked in the first round. The webhook is ordered the first in\ +The following annotation gets recorded for a webhook being invoked in the first round. The webhook is ordered the first in\ the mutating webhook chain, and mutated the request object during the invocation. ```yaml