summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2023-03-27 16:11:07 +0200
committerOskar Nyberg <oskar@mullvad.net>2023-03-27 16:11:07 +0200
commit7f7f4f82038f54808bd3632196bd341ab0350748 (patch)
tree866bbeb1348c298f5ab9d8e4252bd2575f47da58 /docs
parentddbf915cd7377a2a7900e6b63fc035d1db1c83fc (diff)
parenta7fcfeee3cf86593a4192c813b125a71a1bbf63a (diff)
downloadmullvadvpn-7f7f4f82038f54808bd3632196bd341ab0350748.tar.xz
mullvadvpn-7f7f4f82038f54808bd3632196bd341ab0350748.zip
Merge branch 'fix-many-typos'
Diffstat (limited to 'docs')
-rw-r--r--docs/architecture.md4
-rw-r--r--docs/security.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/architecture.md b/docs/architecture.md
index 4837758a45..1deba30706 100644
--- a/docs/architecture.md
+++ b/docs/architecture.md
@@ -241,8 +241,8 @@ On Linux, connectivity is inferred by checking if there exists a route to a publ
Currently the Mullvad API IP is used, but the actual IP does not matter as long as it's not a local
one. This is done via Netlink and the route is queried via the exclusion firewall mark - otherwise,
when a tunnel is connected, the address would always be routable as it'd be routed through the
-tunnel interface. As such, the offline monitor is somewhat coupled to routing and split tunelling on
-Linux.
+tunnel interface. As such, the offline monitor is somewhat coupled to routing and split tunnelling
+on Linux.
#### macOS
diff --git a/docs/security.md b/docs/security.md
index 9554a1d507..0fbfe7845f 100644
--- a/docs/security.md
+++ b/docs/security.md
@@ -119,7 +119,7 @@ The firewall allows traffic to the API regardless of tunnel state, so the daemon
keys, fetch account data, etc. In the [Connected] state, API traffic is only allowed inside the tunnel.
For the other states, API traffic will bypass the firewall. On Windows, only the Mullvad service and
problem report tool are able to communicate with the API in any of the blocking states. On macOS and
-Linux all applications runnning as root are able to reach the API in blocking states.
+Linux all applications running as root are able to reach the API in blocking states.
### Disconnected