Skip to content

Commit e909d00

Browse files
authored
Merge pull request #31359 from meysam81/meysam/grammatical-error
docs: modify grammatical error ✏️
2 parents c4dc68c + 7a3732e commit e909d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/replicationcontroller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Note that we recommend using Deployments instead of directly using Replica Sets,
266266

267267
### Deployment (Recommended)
268268

269-
[`Deployment`](/docs/concepts/workloads/controllers/deployment/) is a higher-level API object that updates its underlying Replica Sets and their Pods. Deployments are recommended if you want this rolling update functionality because, they are declarative, server-side, and have additional features.
269+
[`Deployment`](/docs/concepts/workloads/controllers/deployment/) is a higher-level API object that updates its underlying Replica Sets and their Pods. Deployments are recommended if you want the rolling update functionality because, they are declarative, server-side, and have additional features.
270270

271271
### Bare Pods
272272

0 commit comments

Comments
 (0)