From ec6a0f078a1712c0e54a0197b522129b74e2506b Mon Sep 17 00:00:00 2001 From: Malepati Bala Siva Sai Akhil Date: Fri, 25 Aug 2017 23:30:06 +0530 Subject: [PATCH] Fix minor typo in Replication Controller (#5173) --- docs/concepts/workloads/controllers/replicationcontroller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/controllers/replicationcontroller.md b/docs/concepts/workloads/controllers/replicationcontroller.md index fedd69c3c2..e4b2529c95 100644 --- a/docs/concepts/workloads/controllers/replicationcontroller.md +++ b/docs/concepts/workloads/controllers/replicationcontroller.md @@ -141,7 +141,7 @@ will have to manage the deletion yourself (see [below](#working-with-replication You can specify how many pods should run concurrently by setting `.spec.replicas` to the number of pods you would like to have running concurrently. The number running at any time may be higher -or lower, such as if the replicas was just increased or decreased, or if a pod is gracefully +or lower, such as if the replicas were just increased or decreased, or if a pod is gracefully shutdown, and a replacement starts early. If you do not specify `.spec.replicas`, then it defaults to 1.