Skip to content

Commit 87e4e21

Browse files
authored
Merge pull request #20007 from dexhunter/patch-1
fix capitalization
2 parents 175ad5e + 77cee07 commit 87e4e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ This page describes how to build, configure, use, and monitor admission webhooks
2222

2323
Admission webhooks are HTTP callbacks that receive admission requests and do
2424
something with them. You can define two types of admission webhooks,
25-
[validating admission Webhook](/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
25+
[validating admission webhook](/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
2626
and
2727
[mutating admission webhook](/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook).
28-
Mutating admission Webhooks are invoked first, and can modify objects sent to the API server to enforce custom defaults.
28+
Mutating admission webhooks are invoked first, and can modify objects sent to the API server to enforce custom defaults.
2929
After all object modifications are complete, and after the incoming object is validated by the API server,
3030
validating admission webhooks are invoked and can reject requests to enforce custom policies.
3131

0 commit comments

Comments
 (0)