Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): typo fix #2845

Merged
merged 4 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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