From 7353abde4b8538e15ef9256688992060b47cd72d Mon Sep 17 00:00:00 2001 From: shavidissa Date: Tue, 21 Aug 2018 01:09:55 +0530 Subject: [PATCH] Minor grammar edit (#9921) Changed "were configured by using a [ReplicationController]" to were configured using a [ReplicationController] (removed "by"). --- .../run-application/run-stateless-application-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/run-application/run-stateless-application-deployment.md b/content/en/docs/tasks/run-application/run-stateless-application-deployment.md index 043c4a089f..5da19f0c25 100644 --- a/content/en/docs/tasks/run-application/run-stateless-application-deployment.md +++ b/content/en/docs/tasks/run-application/run-stateless-application-deployment.md @@ -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 %}}