From eb8ed79218157abbf9d1d0a593df6c2d9c278a2f Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Thu, 6 Feb 2020 11:43:14 -0600 Subject: [PATCH] Update connect_timeout.md --- developing-with-nats/connecting/connect_timeout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-with-nats/connecting/connect_timeout.md b/developing-with-nats/connecting/connect_timeout.md index 88cce4c..f4b3a9e 100644 --- a/developing-with-nats/connecting/connect_timeout.md +++ b/developing-with-nats/connecting/connect_timeout.md @@ -1,6 +1,6 @@ # Setting a Connect Timeout -Each library has its own, language preferred way, to pass connection options. One of the most common options is a connect timeout. It limits how long it can take to established a connection to a server. Should multiple urls be provided, this timeout applies to each cluster member individually. To set the maximum time to connect to a server to 10 seconds: +Each library has its own, language preferred way, to pass connection options. One of the most common options is a connect timeout. It limits how long it can take to established a connection to a server. Should multiple URLs be provided, this timeout applies to each cluster member individually. To set the maximum time to connect to a server to 10 seconds: {% tabs %} {% tab title="Go" %}