diff --git a/get-started/part3.md b/get-started/part3.md index 078578acd7..75341bf895 100644 --- a/get-started/part3.md +++ b/get-started/part3.md @@ -119,8 +119,8 @@ docker stack ps getstartedlab You can run `curl http://localhost` several times in a row, or go to that URL in your browser and hit refresh a few times. Either way, you'll see the container -ID randomly change, demonstrating the load-balancing; with each request, one of -the five replicas is chosen at random to respond. +ID change, demonstrating the load-balancing; with each request, one of +the five replicas is chosen, in a round-robin fashion, to respond. ## Scale the app