From 45bb8bce709d6199c94cf3ed2c9acebfa80dcdfd Mon Sep 17 00:00:00 2001 From: M S Vishwanath Bhat Date: Wed, 4 Jul 2018 17:07:24 +0200 Subject: [PATCH] Trivial spell correction in connect configuration doc Signed-off-by: M S Vishwanath Bhat --- website/source/docs/connect/configuration.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/connect/configuration.html.md b/website/source/docs/connect/configuration.html.md index a7f9926705..3a08348810 100644 --- a/website/source/docs/connect/configuration.html.md +++ b/website/source/docs/connect/configuration.html.md @@ -90,7 +90,7 @@ described here, the rest of the service definition is shown for context and is * `bind_port` - The port the proxy will bind it's _public_ mTLS listener to. If not provided, the - agent will attempt to assing one from its [configured proxy port + agent will attempt to assign one from its [configured proxy port range](/docs/agent/options.html#proxy_min_port) if available. By default the range is [20000, 20255] and the port is selected at random from that range.