Skip to content

Commit

Permalink
chore(docs): typo fix (cosmos#2845)
Browse files Browse the repository at this point in the history
* typo fix

* typo fix

* typo fix

* typo fix
  • Loading branch information
Frierened authored Dec 11, 2023
1 parent 513b47d commit 5896f2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/hub-tutorials/gaiad.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ Once you begin an unbonding-delegation, you can see it's information by using th
gaiad query staking unbonding-delegation <delegator_addr> <validator_addr>
```

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 <account_cosmos>
Expand Down
2 changes: 1 addition & 1 deletion docs/hub-tutorials/join-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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#).

Expand Down
2 changes: 1 addition & 1 deletion docs/validators/validator-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/validators/validator-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5896f2a

Please sign in to comment.