mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-12-18 12:24:35 -05:00
style: Fix typo in VPN Overview (#2812)
This commit is contained in:
parent
7c66d26061
commit
f76be45a40
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user