diff --git a/docs/gaia/gaiacli.md b/docs/gaia/gaiacli.md index 95af81ca23..c4429cf6aa 100644 --- a/docs/gaia/gaiacli.md +++ b/docs/gaia/gaiacli.md @@ -340,7 +340,7 @@ gaiacli query staking validator #### Bond Tokens -On the Cosmos Hub mainnet, we delegate `uatom`, where `1atom = 10000000uatom`. Here's how you can bond tokens to a testnet validator (_i.e._ delegate): +On the Cosmos Hub mainnet, we delegate `uatom`, where `1atom = 1000000uatom`. Here's how you can bond tokens to a testnet validator (_i.e._ delegate): ```bash gaiacli tx staking delegate \ @@ -361,7 +361,7 @@ where `[name]` is the name of the key you specified when you initialized `gaiad` While tokens are bonded, they are pooled with all the other bonded tokens in the network. Validators and delegators obtain a percentage of shares that equal their stake in this pool. ::: tip Note -Don't use more `uatom` thank you have! You can always get more by using the [Faucet](https://faucetcosmos.network/)! +Don't use more `uatom` than you have! You can always get more by using the [Faucet](https://faucetcosmos.network/)! ::: ##### Query Delegations diff --git a/docs/gaia/join-mainnet.md b/docs/gaia/join-mainnet.md index e524920447..4bc6a2f685 100644 --- a/docs/gaia/join-mainnet.md +++ b/docs/gaia/join-mainnet.md @@ -1,7 +1,7 @@ # Join the mainnet ::: tip -See the [launch](https://github.com/cosmos/launch) for +See the [launch repo](https://github.com/cosmos/launch) for information on the mainnet, including the correct version of the Cosmos-SDK to use and details about the genesis file. ::: diff --git a/docs/gaia/validators/validator-setup.md b/docs/gaia/validators/validator-setup.md index d72f75f1cf..199dbdd8df 100644 --- a/docs/gaia/validators/validator-setup.md +++ b/docs/gaia/validators/validator-setup.md @@ -27,7 +27,7 @@ gaiad tendermint show-validator To create your validator, just use the following command: ::: warning -Don't use more `uatom` thank you have! +Don't use more `uatom` than you have! ::: ```bash @@ -78,7 +78,7 @@ A `gentx` is a JSON file carrying a self-delegation. All genesis transactions ar ::: ::: warning Note -Don't use more `uatom` thank you have! +Don't use more `uatom` than you have! ::: ```bash