Minor grammar edit (#9921)

Changed "were configured by using a
[ReplicationController]" to were configured using a
[ReplicationController] (removed "by").
This commit is contained in:
shavidissa
2018-08-21 01:09:55 +05:30
committed by k8s-ci-robot
parent daff9bdaf6
commit 7353abde4b
@@ -143,7 +143,7 @@ Delete the deployment by name:
The preferred way to create a replicated application is to use a Deployment,
which in turn uses a ReplicaSet. Before the Deployment and ReplicaSet were
added to Kubernetes, replicated applications were configured by using a
added to Kubernetes, replicated applications were configured using a
[ReplicationController](/docs/concepts/workloads/controllers/replicationcontroller/).
{{% /capture %}}