Skip to content

Commit 6490721

Browse files
author
LRubin
authored
Merge pull request docker#563 from joelemmer/patch-1
Update 9_load-balance_the_service.md
2 parents 2923850 + 179c142 commit 6490721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-cloud/getting-started/deploy-app/9_load-balance_the_service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ redirect_from:
77
title: Load-balance the service
88
---
99

10-
To load-balance a your application, you need to deploy a load-balancing service.
10+
To load-balance your application, you need to deploy a load-balancing service.
1111
This service distributes incoming requests to all of the available containers in
1212
the application.
1313

@@ -71,4 +71,4 @@ Hello Friendly Users!</br>Hostname: web-2</br>Counter: Redis Cache not found, co
7171

7272
You can learn more about *dockercloud/haproxy*, our free open source HAProxy image <a href="https://github.com/docker/dockercloud-haproxy" target="_blank">here</a>.
7373

74-
Next: [Provision a data backend for your service](10_provision_a_data_backend_for_your_service.md)
74+
Next: [Provision a data backend for your service](10_provision_a_data_backend_for_your_service.md)

0 commit comments

Comments
 (0)