Fixed up typo in extensible-admission-controllers.md

This commit is contained in:
Edward Huang 2021-07-05 11:41:11 +12:00
parent 4809013f75
commit 0c5a2e06da
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ Of course you need to set up the webhook server to handle these authentications.
### Request
Webhooks are sent a POST request, with `Content-Type: application/json`,
Webhooks are sent as POST requests, with `Content-Type: application/json`,
with an `AdmissionReview` API object in the `admission.k8s.io` API group
serialized to JSON as the body.