From 7116590b4089a2cadf173a136d323d1f641826d6 Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:39:07 +0100 Subject: [PATCH] feedback edits --- documentation/docs/pages/operators/introduction.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/pages/operators/introduction.mdx b/documentation/docs/pages/operators/introduction.mdx index f1fdaf9f77..3ecfabf6ce 100644 --- a/documentation/docs/pages/operators/introduction.mdx +++ b/documentation/docs/pages/operators/introduction.mdx @@ -2,7 +2,7 @@ This is **Nym's Operators guide**, containing information and setup guides for the various components of Nym network and Nyx blockchain validators. -Nym network (also known as mixnet) routes and mixes packets through Gateways and Mixnodes, all run from the same binary called `nym-node`. +Nym network (also known as Nym mixnet) routes and mixes packets through Gateways and Mixnodes, all run from the same binary called `nym-node`. ```ascii ┌─►mix──┐ mix mix @@ -16,7 +16,7 @@ client ───► Gateway ──┘ mix │ mix ┌─►mix ───► If you want to dive deeper into Nym Network architecture, clients and nodes visit the [Network docs](https://nymtech.net/docs/network). -If you are want to explore kickstart options and examples, learn how to integrate with the network, and follow developer tutorials check out the [Developer Portal](https://nymtech.net/docs/developers/). +If you want to explore kickstart options and examples, learn how to integrate with the network, and follow developer tutorials check out the [Developer Portal](https://nymtech.net/docs/developers/). ## Minimum Requirements