summaryrefslogtreecommitdiffhomepage
path: root/docs/architecture.md
diff options
context:
space:
mode:
authoromahs <73983677+omahs@users.noreply.github.com>2025-05-11 09:49:55 +0200
committeromahs <73983677+omahs@users.noreply.github.com>2025-06-05 14:21:09 +0000
commit73fcc2275c1a0bccb9e849d352e2bbd637f141e6 (patch)
treea3719f7afc5b9004af683b540ddcce2cdf7911c2 /docs/architecture.md
parent6f05ce41a5cf9edd5b8e3a734bcf2eb89b53a44a (diff)
downloadmullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.tar.xz
mullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.zip
Fix typos
Diffstat (limited to 'docs/architecture.md')
-rw-r--r--docs/architecture.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/architecture.md b/docs/architecture.md
index 78305a8c6a..93c6380089 100644
--- a/docs/architecture.md
+++ b/docs/architecture.md
@@ -130,7 +130,7 @@ A high-level overview of the tunnel state machine can be seen in the diagram bel
#### State machine inputs
-There are two types of inputs that the tunnel state machine react to. The first one is commands sent
+There are two types of inputs that the tunnel state machine reacts to. The first one is commands sent
to the state machine, and the second is external events that the state machine listens to. Reacting
to any event can result in the state machine transitioning away to a different state.
@@ -246,7 +246,7 @@ on Linux.
#### macOS
-On macOS, the offline monitor uses `route -n monitor -` to listen for changes in the routing table,
+On macOS, the offline monitor uses `route -n monitor -` to listen for changes in the routing table,
reasserting that a default route exists any time a change is detected. It's only assumed that the
host is offline if a default route doesn't exist.
@@ -261,7 +261,7 @@ needed for routing tunnel traffic.
#### Android
To detect connectivity on Android, the app relies on [`ConnectivityManager`] by listening for
-changes to the availability of non-VPN networks that provide internet connectivity. Connectivity
+changes to the availability of non-VPN networks that provide internet connectivity. Connectivity
is inferred if such a network exists.
#### iOS