style: Fix typo in VPN Overview (#2812)

This commit is contained in:
fria 2024-11-13 16:28:08 -06:00 committed by GitHub
parent 7c66d26061
commit f76be45a40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ VPNs encrypt your traffic between your device and a server owned by your VPN pro
``` mermaid ``` mermaid
flowchart LR flowchart LR
763931["Your Device<div>(with VPN Client)</div>"] ===|"VPN Encryption"| 404512{"VPN Server"} 763931["Your Device<div>(with VPN Client)</div>"] ===|"VPN Encryption"| 404512{"VPN Server"}
404512 -.-|"No VPN Encryption"| 593753((("The Internet\n(Your Destination)"))) 404512 -.-|"No VPN Encryption"| 593753(("The Internet<div>(Your Destination)</div>"))
subgraph 763931["Your Device<div>(with VPN Client)</div>"] subgraph 763931["Your Device<div>(with VPN Client)</div>"]
end end
``` ```