From f348f318d717ba408f5acd3fec5b28be6d93f83b Mon Sep 17 00:00:00 2001 From: Janet Kuo Date: Fri, 22 Apr 2016 10:57:08 -0700 Subject: [PATCH] Address comments --- docs/user-guide/replication-controller/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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