diff --git a/docs/user-guide/replication-controller/index.md b/docs/user-guide/replication-controller/index.md index b985baada9..49e393fe4f 100644 --- a/docs/user-guide/replication-controller/index.md +++ b/docs/user-guide/replication-controller/index.md @@ -234,9 +234,9 @@ Note that we recommend using Deployments instead of directly using Replica Sets, ### Deployment (Recommended) -[`Deployment`](/docs/user-guide/deployments/) is a higher level API object that updates Pods (and its underlying Replica Sets) +[`Deployment`](/docs/user-guide/deployments/) is a higher-level API object that updates its underlying Replica Sets and their Pods in a similar fashion as `kubectl rolling-update`. Deployments are recommended if you want this rolling update functionality, -because unlike `kubectl rolling-update`, they are declarative, server side, and have additional features. +because unlike `kubectl rolling-update`, they are declarative, server-side, and have additional features. ### Bare Pods