From 9ed498dda472011901693a91a0eae0f7c388c1d6 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Fri, 28 Feb 2020 10:49:43 +0300
Subject: ssh-tunnel: grammar fix

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

(limited to '_posts/2020-02-24-ssh-tunnel-windows.md')

diff --git a/_posts/2020-02-24-ssh-tunnel-windows.md b/_posts/2020-02-24-ssh-tunnel-windows.md
index f8b1864..a847ff4 100644
--- a/_posts/2020-02-24-ssh-tunnel-windows.md
+++ b/_posts/2020-02-24-ssh-tunnel-windows.md
@@ -11,7 +11,7 @@ client (`ssh`) with an access to a SSH server.
 You can then access any port on any host your SSH server has access to.
 It works like this:
 
-* your SSH client establishes a connection with the SSH server,
+* your SSH client establishes a connection to the SSH server,
 * the client asks the server to forward incoming requests to the destination
 host,
 * the client listens to the proxy port on the local machine, and forwards
-- 
cgit v1.2.3