From af6cf308cbdd25d2b965d0208850394eec8af921 Mon Sep 17 00:00:00 2001 From: syhner <71605633+syhner@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:08:26 +0100 Subject: [PATCH] typo (#1225) --- cmd/sst/tunnel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/sst/tunnel.go b/cmd/sst/tunnel.go index 46ffe0578..797fba167 100644 --- a/cmd/sst/tunnel.go +++ b/cmd/sst/tunnel.go @@ -30,7 +30,7 @@ var CmdTunnel = &cli.Command{ "```", "", "If your app has a VPC with `bastion` enabled, you can use this to connect to it.", - "This will forward traffic from the followig ranges over SSH:", + "This will forward traffic from the following ranges over SSH:", "- `10.0.4.0/22`", "- `10.0.12.0/22`", "- `10.0.0.0/22`",