Update use-domain-names-to-access-services.md (#3045)

Repair the inconsistency between subject and pronoun.
This commit is contained in:
Wang Jie 2017-04-26 04:55:12 +08:00 committed by John Mulhausen
parent 33eadaeece
commit 414eeed99a
1 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ These keys are supported:
You can use the `sticky_sessions` value to always route a user to the same
backend service. The first time a user makes a request, the service includes
a cookie in the response. When the user makes a new request, their browser
a cookie in the response. When the user makes a new request, the user's browser
will send the cookie, and the HTTP routing mesh can use it to decide to which
service to route to.
@ -186,5 +186,5 @@ you can create an overlay network that contains the `com.docker.mesh.http` label
docker network create -d overlay --label com.docker.ucp.mesh.http=true new-hrm-network
```
If you're creating a a new HRM network you need to disable the HRM service first, or disable
If you're creating a new HRM network you need to disable the HRM service first, or disable
and enable the HRM service after you create the network else HRM will not be available on new network.