diff --git a/content/en/docs/reference/using-api/server-side-apply.md b/content/en/docs/reference/using-api/server-side-apply.md index bb8b696fd1161..2cac487a54c17 100644 --- a/content/en/docs/reference/using-api/server-side-apply.md +++ b/content/en/docs/reference/using-api/server-side-apply.md @@ -572,7 +572,7 @@ kubectl apply --server-side --field-manager=my-manager [--dry-run=server] ## API implementation -The `PATCH` verb for a resource that supports Server-Side Apply can accepts the +The `PATCH` verb (for an object that supports Server-Side Apply) accepts the unofficial `application/apply-patch+yaml` content type. Users of Server-Side Apply can send partially specified objects as YAML as the body of a `PATCH` request to the URI of a resource. When applying a configuration, you should always include all the