Skip to content

Commit 35d30bd

Browse files
authored
Merge pull request #28789 from qhua948/fix-typo-adminnsion-controllers
Fixed up typo in extensible-admission-controllers.md
2 parents 4809013 + 0c5a2e0 commit 35d30bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Of course you need to set up the webhook server to handle these authentications.
282282
283283
### Request
284284
285-
Webhooks are sent a POST request, with `Content-Type: application/json`,
285+
Webhooks are sent as POST requests, with `Content-Type: application/json`,
286286
with an `AdmissionReview` API object in the `admission.k8s.io` API group
287287
serialized to JSON as the body.
288288

0 commit comments

Comments
 (0)