From 179c14222fc473300679f9bc0259a927665c7da1 Mon Sep 17 00:00:00 2001 From: Joe Lemmer Date: Sun, 13 Nov 2016 20:40:23 +0000 Subject: [PATCH] Update 9_load-balance_the_service.md Just fixed a typo. Should have either been 'To load-balance your application' or 'To load-balance an application'. --- .../getting-started/deploy-app/9_load-balance_the_service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-cloud/getting-started/deploy-app/9_load-balance_the_service.md b/docker-cloud/getting-started/deploy-app/9_load-balance_the_service.md index d83b793a82..071b4c956e 100644 --- a/docker-cloud/getting-started/deploy-app/9_load-balance_the_service.md +++ b/docker-cloud/getting-started/deploy-app/9_load-balance_the_service.md @@ -7,7 +7,7 @@ redirect_from: title: Load-balance the service --- -To load-balance a your application, you need to deploy a load-balancing service. +To load-balance your application, you need to deploy a load-balancing service. This service distributes incoming requests to all of the available containers in the application. @@ -71,4 +71,4 @@ Hello Friendly Users!
Hostname: web-2
Counter: Redis Cache not found, co You can learn more about *dockercloud/haproxy*, our free open source HAProxy image here. -Next: [Provision a data backend for your service](10_provision_a_data_backend_for_your_service.md) \ No newline at end of file +Next: [Provision a data backend for your service](10_provision_a_data_backend_for_your_service.md)