From 98ba582797eb1600c5a3871440471bb7cbe1dadc Mon Sep 17 00:00:00 2001 From: freddygv Date: Sun, 11 Apr 2021 15:48:04 -0600 Subject: [PATCH] Fixup mesh gateway docs --- agent/structs/connect_proxy_config.go | 4 ++-- api/config_entry.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/agent/structs/connect_proxy_config.go b/agent/structs/connect_proxy_config.go index 2cf920a743..aea4a5e609 100644 --- a/agent/structs/connect_proxy_config.go +++ b/agent/structs/connect_proxy_config.go @@ -26,8 +26,8 @@ const ( // should be direct and not flow through a mesh gateway. MeshGatewayModeNone MeshGatewayMode = "none" - // MeshGatewayModeLocal represents that the Upstrea Connect connections - // should be made to a mesh gateway in the local datacenter. This is + // MeshGatewayModeLocal represents that the Upstream Connect connections + // should be made to a mesh gateway in the local datacenter. MeshGatewayModeLocal MeshGatewayMode = "local" // MeshGatewayModeRemote represents that the Upstream Connect connections diff --git a/api/config_entry.go b/api/config_entry.go index bfb853057b..dcebddee22 100644 --- a/api/config_entry.go +++ b/api/config_entry.go @@ -48,8 +48,8 @@ const ( // should be direct and not flow through a mesh gateway. MeshGatewayModeNone MeshGatewayMode = "none" - // MeshGatewayModeLocal represents that the Upstrea Connect connections - // should be made to a mesh gateway in the local datacenter. This is + // MeshGatewayModeLocal represents that the Upstream Connect connections + // should be made to a mesh gateway in the local datacenter. MeshGatewayModeLocal MeshGatewayMode = "local" // MeshGatewayModeRemote represents that the Upstream Connect connections