Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: jackzampolin <[email protected]>
  • Loading branch information
jackzampolin authored Mar 11, 2019
1 parent d563a26 commit 3f87671
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/gaia/gaiacli.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ gaiacli query staking validator <account_cosmosval>

#### 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 \
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/gaia/join-mainnet.md
Original file line number Diff line number Diff line change
@@ -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.
:::
Expand Down
4 changes: 2 additions & 2 deletions docs/gaia/validators/validator-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3f87671

Please sign in to comment.