From f76be45a40b336a94228073fe840b44ea88f9924 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:28:08 -0600 Subject: [PATCH] style: Fix typo in VPN Overview (#2812) --- docs/basics/vpn-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics/vpn-overview.md b/docs/basics/vpn-overview.md index d604e719..983d26cf 100644 --- a/docs/basics/vpn-overview.md +++ b/docs/basics/vpn-overview.md @@ -25,7 +25,7 @@ VPNs encrypt your traffic between your device and a server owned by your VPN pro ``` mermaid flowchart LR 763931["Your Device
(with VPN Client)
"] ===|"VPN Encryption"| 404512{"VPN Server"} - 404512 -.-|"No VPN Encryption"| 593753((("The Internet\n(Your Destination)"))) + 404512 -.-|"No VPN Encryption"| 593753(("The Internet
(Your Destination)
")) subgraph 763931["Your Device
(with VPN Client)
"] end ```