Fixup mesh gateway docs

pull/9999/head
freddygv 4 years ago
parent 9deb52e868
commit 98ba582797

@ -26,8 +26,8 @@ const (
// should be direct and not flow through a mesh gateway. // should be direct and not flow through a mesh gateway.
MeshGatewayModeNone MeshGatewayMode = "none" MeshGatewayModeNone MeshGatewayMode = "none"
// MeshGatewayModeLocal represents that the Upstrea Connect connections // MeshGatewayModeLocal represents that the Upstream Connect connections
// should be made to a mesh gateway in the local datacenter. This is // should be made to a mesh gateway in the local datacenter.
MeshGatewayModeLocal MeshGatewayMode = "local" MeshGatewayModeLocal MeshGatewayMode = "local"
// MeshGatewayModeRemote represents that the Upstream Connect connections // MeshGatewayModeRemote represents that the Upstream Connect connections

@ -48,8 +48,8 @@ const (
// should be direct and not flow through a mesh gateway. // should be direct and not flow through a mesh gateway.
MeshGatewayModeNone MeshGatewayMode = "none" MeshGatewayModeNone MeshGatewayMode = "none"
// MeshGatewayModeLocal represents that the Upstrea Connect connections // MeshGatewayModeLocal represents that the Upstream Connect connections
// should be made to a mesh gateway in the local datacenter. This is // should be made to a mesh gateway in the local datacenter.
MeshGatewayModeLocal MeshGatewayMode = "local" MeshGatewayModeLocal MeshGatewayMode = "local"
// MeshGatewayModeRemote represents that the Upstream Connect connections // MeshGatewayModeRemote represents that the Upstream Connect connections

Loading…
Cancel
Save