From 3f87671232bfd01166ec21c222ad5d206a92a945 Mon Sep 17 00:00:00 2001 From: Jack Zampolin Date: Mon, 11 Mar 2019 14:57:04 -0700 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: jackzampolin --- docs/gaia/gaiacli.md | 4 ++-- docs/gaia/join-mainnet.md | 2 +- docs/gaia/validators/validator-setup.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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