From 6b906d384d7e1a9bfb9f14d7c887c0c0d9d95daa Mon Sep 17 00:00:00 2001 From: Frieren <153332328+Frierened@users.noreply.github.com> Date: Sun, 10 Dec 2023 14:02:52 +0000 Subject: [PATCH 1/4] typo fix --- docs/validators/validator-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/validators/validator-faq.md b/docs/validators/validator-faq.md index 42c6fc266f4..7077c5e4b3c 100644 --- a/docs/validators/validator-faq.md +++ b/docs/validators/validator-faq.md @@ -242,7 +242,7 @@ Note however that it's possible that some validators decide to self-delegate via ### How to prevent concentration of stake in the hands of a few top validators? -The community is expected to behave in a smart and self-preserving way. When a mining pool in Bitcoin gets too much mining power the community usually stops contributing to that pool. The Cosmos Hub relies on the same effect. Additionally, when delegaters switch to another validator, they are not subject to the unbonding period, which removes any barrier to quickly redelegating tokens in service of improving decentralization. +The community is expected to behave in a smart and self-preserving way. When a mining pool in Bitcoin gets too much mining power the community usually stops contributing to that pool. The Cosmos Hub relies on the same effect. Additionally, when delegators switch to another validator, they are not subject to the unbonding period, which removes any barrier to quickly redelegating tokens in service of improving decentralization. ## Liquid Staking Module From 5c43cb82a93a80c4322ab5608abd10d5dbc9bc72 Mon Sep 17 00:00:00 2001 From: Frieren <153332328+Frierened@users.noreply.github.com> Date: Sun, 10 Dec 2023 14:03:27 +0000 Subject: [PATCH 2/4] typo fix --- docs/validators/validator-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/validators/validator-setup.md b/docs/validators/validator-setup.md index 76c73bd35d6..b76d3b689a5 100644 --- a/docs/validators/validator-setup.md +++ b/docs/validators/validator-setup.md @@ -21,7 +21,7 @@ If you plan to use a KMS (key management system), you should go through these st If you want to become a validator for the Hub's `mainnet`, you should learn more about [security](./security.md). ::: -The following instructions assume you have already [set up a full-node](../hub-tutorials/join-mainnet.md) and are synchonised to the latest blockheight. +The following instructions assume you have already [set up a full-node](../hub-tutorials/join-mainnet.md) and are synchronised to the latest blockheight. ## Create Your Validator From 9c309dfac91063d035700f97ee6ec1dfae283a46 Mon Sep 17 00:00:00 2001 From: Frieren <153332328+Frierened@users.noreply.github.com> Date: Sun, 10 Dec 2023 14:05:48 +0000 Subject: [PATCH 3/4] typo fix --- docs/hub-tutorials/join-mainnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub-tutorials/join-mainnet.md b/docs/hub-tutorials/join-mainnet.md index 6136fa153fe..4513e47790c 100644 --- a/docs/hub-tutorials/join-mainnet.md +++ b/docs/hub-tutorials/join-mainnet.md @@ -26,7 +26,7 @@ For more details, see the [history of upgrades](https://github.com/cosmos/gaia/t **This guide includes full instructions for joining the mainnet either as an archive/full node or a pruned node.** -For instructions to boostrap a node via Quicksync or State Sync, see the [Quickstart Guide](https://hub.cosmos.network/main/getting-started/quickstart.html) +For instructions to bootstrap a node via Quicksync or State Sync, see the [Quickstart Guide](https://hub.cosmos.network/main/getting-started/quickstart.html) For instructions to join as a validator, please also see the [Validator Guide](https://hub.cosmos.network/main/validators/overview.html#). From 17da6cc56fa8b2367b37f52393ff94d149740336 Mon Sep 17 00:00:00 2001 From: Frieren <153332328+Frierened@users.noreply.github.com> Date: Sun, 10 Dec 2023 14:06:04 +0000 Subject: [PATCH 4/4] typo fix --- docs/hub-tutorials/gaiad.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub-tutorials/gaiad.md b/docs/hub-tutorials/gaiad.md index 91013984d59..961fb12cc66 100644 --- a/docs/hub-tutorials/gaiad.md +++ b/docs/hub-tutorials/gaiad.md @@ -464,7 +464,7 @@ Once you begin an unbonding-delegation, you can see it's information by using th gaiad query staking unbonding-delegation ``` -Or if you want to check all your current unbonding-delegations with disctinct validators: +Or if you want to check all your current unbonding-delegations with distinct validators: ```bash gaiad query staking unbonding-delegations