From 850dce57d2ee9595d3b22a0ea03e23456c1fd167 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Thu, 27 Jun 2019 13:02:22 -0500 Subject: [PATCH] Update gateway.md --- gateways/gateway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateways/gateway.md b/gateways/gateway.md index 0d8d089..8701963 100644 --- a/gateways/gateway.md +++ b/gateways/gateway.md @@ -82,7 +82,7 @@ The `gateways` configuration block is a list of gateway entries with the followi | `url` | Hostport `:` describing where the remote gateway can be reached. If multiple IPs are returned, one is randomly selected. | | `urls` | A list of `url` | -By using `urls` and an array, can specify a list of endpoints that +By using `urls` and an array, you can specify a list of endpoints that form part of a cluster as below. A NATS Server will pick one of those addresses randomly and only establish a single outbound gateway connection to one of the members from another cluster: