From 2a1fdb42c98d76ac8e1cc36c646f47195c869e71 Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Thu, 21 Dec 2023 22:40:33 +0100 Subject: [PATCH] spellcheck --- documentation/dev-portal/src/events/37c3/faq.md | 4 ++-- documentation/dev-portal/src/events/37c3/nym-vpn.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/dev-portal/src/events/37c3/faq.md b/documentation/dev-portal/src/events/37c3/faq.md index 0e519e26f4..aa3ade7d4d 100644 --- a/documentation/dev-portal/src/events/37c3/faq.md +++ b/documentation/dev-portal/src/events/37c3/faq.md @@ -44,7 +44,7 @@ For mobile clients that means constantly sending data eating up data allowance. ## Nym Mixnet Architecture and Rewards -We have a list of questions related to Nym Nodes and the incentives behind running them under [FAQ pages](https://nymtech.net/operators/faq/mixnodes-faq.html) in our [Operators Guide](https://nymtech.net/operators). For better knowledge about Nym architecture we recomment to read [Nym network overview](https://nymtech.net/docs/architecture/network-overview.html) and the [Mixnet traffic flow](https://nymtech.net/docs/architecture/traffic-flow.html) in our [technical documentation](https://nymtech.net/docs). +We have a list of questions related to Nym Nodes and the incentives behind running them under [FAQ pages](https://nymtech.net/operators/faq/mixnodes-faq.html) in our [Operators Guide](https://nymtech.net/operators). For better knowledge about Nym architecture we recommend to read [Nym network overview](https://nymtech.net/docs/architecture/network-overview.html) and the [Mixnet traffic flow](https://nymtech.net/docs/architecture/traffic-flow.html) in our [technical documentation](https://nymtech.net/docs). ## Project Smoosh @@ -56,7 +56,7 @@ Part of the the transition under code name [Project Smoosh](./faq.md#project-smo * Read more how the exit policy gets implemented [here](https://nymtech.net/operators/faq/smoosh-faq.html#how-will-the-exit-policy-be-implemented) * Check out [Nym Operators Legal Forum](https://nymtech.net/operators/legal/exit-gateway.html) -* Do reach out to us during CCC 2023 with any experiences you may have running Tor Exit relays or legal findings and suggestions for Nym Exit Gateway operators +* Do reach out to us during 37c3 with any experiences you may have running Tor Exit relays or legal findings and suggestions for Nym Exit Gateway operators ## Nym Integrations and SDKs diff --git a/documentation/dev-portal/src/events/37c3/nym-vpn.md b/documentation/dev-portal/src/events/37c3/nym-vpn.md index 96af9777d6..9af554656e 100644 --- a/documentation/dev-portal/src/events/37c3/nym-vpn.md +++ b/documentation/dev-portal/src/events/37c3/nym-vpn.md @@ -39,7 +39,7 @@ Our alpha testing round is done live with some participants at CCC 2023. This gu ``` -> **If you committ to test NymVPN aplha, please start with the [user research form](https://opnform.com/forms/nymvpn-user-research-at-37c3-yccqko) where all the steps will be provided**. +> **If you commit to test NymVPN aplha, please start with the [user research form](https://opnform.com/forms/nymvpn-user-research-at-37c3-yccqko) where all the steps will be provided**. ## Preparation @@ -181,8 +181,8 @@ Here is a list of the options and their descriptions. Some are essential, some a **More advanced options** - `--enable-poisson`: Enables process rate limiting of outbound traffic (disabled by default). It means that NymVPN client will send packets at a steady stream to the Entry Gateway. By default it's on average one sphinx packet per 20ms, but there is some randomness (poisson distribution). When there are no real data to fill the sphinx packets with, cover packets are generated instead. -- `--ip` is the IP address of the TUN device. That is the IP address of the local private network that is setu up between local client and the Exit Gateway. -- `--mtu`: The MTU of the TUN device. That is the max IP packet size of the local private network that is setu up between local client and the Exit Gateway. +- `--ip` is the IP address of the TUN device. That is the IP address of the local private network that is set up between local client and the Exit Gateway. +- `--mtu`: The MTU of the TUN device. That is the max IP packet size of the local private network that is set up between local client and the Exit Gateway. - `--disable-routing`: Disable routing all traffic through the VPN TUN device. ### GUI