Skip to content

Commit 4118687

Browse files
committed
fix grammar error in server-side-apply
1 parent 7af045c commit 4118687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/using-api/server-side-apply.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ kubectl apply --server-side --field-manager=my-manager [--dry-run=server]
572572

573573
## API implementation
574574

575-
The `PATCH` verb for a resource that supports Server-Side Apply can accepts the
575+
The `PATCH` verb for a resource that supports Server-Side Apply can accept the
576576
unofficial `application/apply-patch+yaml` content type. Users of Server-Side
577577
Apply can send partially specified objects as YAML as the body of a `PATCH` request
578578
to the URI of a resource. When applying a configuration, you should always include all the

0 commit comments

Comments
 (0)