We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af045c commit 0f89a2bCopy full SHA for 0f89a2b
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]
572
573
## API implementation
574
575
-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
576
unofficial `application/apply-patch+yaml` content type. Users of Server-Side
577
Apply can send partially specified objects as YAML as the body of a `PATCH` request
578
to the URI of a resource. When applying a configuration, you should always include all the
0 commit comments