Skip to content

Commit c98a9b9

Browse files
authored
Merge pull request #38360 from fedorovdima/patch-1
Small grammar fix
2 parents e559351 + 231f3ed commit c98a9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ kubectl patch deployment patch-demo --patch '{"spec": {"template": {"spec": {"co
434434
The flag `--subresource=[subresource-name]` is used with kubectl commands like get, patch,
435435
edit and replace to fetch and update `status` and `scale` subresources of the resources
436436
(applicable for kubectl version v1.24 or more). This flag is used with all the API resources
437-
(built-in and CRs) which has `status` or `scale` subresource. Deployment is one of the
437+
(built-in and CRs) that have `status` or `scale` subresource. Deployment is one of the
438438
examples which supports these subresources.
439439

440440
Here's a manifest for a Deployment that has two replicas:

0 commit comments

Comments
 (0)