From 7bc05640986e1b8bc980a0b06b433fd013ddc071 Mon Sep 17 00:00:00 2001 From: Anubhav Mishra Date: Mon, 17 Sep 2018 04:06:11 -0700 Subject: [PATCH] website: quick typo fix (#4683) --- website/source/intro/getting-started/connect.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/connect.html.md b/website/source/intro/getting-started/connect.html.md index 6b8de5e960..89b1f980f2 100644 --- a/website/source/intro/getting-started/connect.html.md +++ b/website/source/intro/getting-started/connect.html.md @@ -151,7 +151,7 @@ EOF ``` This configures a Consul-managed proxy for the service "web" that -is listening on port 9191 to establish connects to "socat" as "web". The +is listening on port 9191 to establish connections to "socat" as "web". The "web" service should then use that local port to talk to socat rather than directly attempting to connect.