diff options
| author | omahs <73983677+omahs@users.noreply.github.com> | 2025-05-11 09:49:55 +0200 |
|---|---|---|
| committer | omahs <73983677+omahs@users.noreply.github.com> | 2025-06-05 14:21:09 +0000 |
| commit | 73fcc2275c1a0bccb9e849d352e2bbd637f141e6 (patch) | |
| tree | a3719f7afc5b9004af683b540ddcce2cdf7911c2 /docs | |
| parent | 6f05ce41a5cf9edd5b8e3a734bcf2eb89b53a44a (diff) | |
| download | mullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.tar.xz mullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.zip | |
Fix typos
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/architecture.md | 6 | ||||
| -rw-r--r-- | docs/known-issues.md | 2 |
2 files changed, 4 insertions, 4 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 diff --git a/docs/known-issues.md b/docs/known-issues.md index a71cee0b49..fbbd7af940 100644 --- a/docs/known-issues.md +++ b/docs/known-issues.md @@ -11,7 +11,7 @@ decided to not address for some reason. Some example reasons why issues might en provide a mitigation for * The only known fixes for the issue comes with other drawbacks, that we consider as bad, or worse than the original issue -* We are not able to reliably reproduce the issue. Enough anecdotal evidence exist to indicate +* We are not able to reliably reproduce the issue. Enough anecdotal evidence exists to indicate the issue is real, but Mullvad is unable to reproduce it. As a result, it is really hard to fix. This document should only contain issues related to security and privacy. This document is a |
