Remove duplicate words (#7243)

* Remove duplicate words

* Remove generated-reference change
This commit is contained in:
Sam Foo
2018-02-05 12:15:26 -05:00
committed by Brad Topol
parent d5314d0325
commit d10f643e20
14 changed files with 20 additions and 20 deletions
@@ -181,7 +181,7 @@ from service for debugging, data recovery, etc. Pods that are removed in this wa
### Scaling a ReplicaSet
A ReplicaSet can be easily scaled up or down by simply updating the `.spec.replicas` field. The ReplicaSet controller
ensures that that a desired number of pods with a matching label selector are available and operational.
ensures that a desired number of pods with a matching label selector are available and operational.
### ReplicaSet as an Horizontal Pod Autoscaler Target