From ce4a75929e756c54a92fe2135b6bf6e5160eabc3 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Tue, 25 Feb 2020 10:17:06 +0300
Subject: ssh-tunnel: fix a typo

---
 _posts/2020-02-24-ssh-tunnel-windows.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_posts/2020-02-24-ssh-tunnel-windows.md b/_posts/2020-02-24-ssh-tunnel-windows.md
index 8b947e4..f8b1864 100644
--- a/_posts/2020-02-24-ssh-tunnel-windows.md
+++ b/_posts/2020-02-24-ssh-tunnel-windows.md
@@ -20,7 +20,7 @@ requests to the SSH server.
 Say, you have access to SSH server `gateway` on port 22, and you want to gain
 access to HTTPS server `dest` on port 443, which is only accessible from the
 network both it and the SSH server belong to.
-You can the run something like
+You can then run something like
 
 ```
 ssh -L 4433:dest:443 gateway -p 22
-- 
cgit v1.2.3