Skip to content

Commit 3f87671

Browse files
authored
Apply suggestions from code review
Co-Authored-By: jackzampolin <jack.zampolin@gmail.com>
1 parent d563a26 commit 3f87671

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/gaia/gaiacli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ gaiacli query staking validator <account_cosmosval>
340340

341341
#### Bond Tokens
342342

343-
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):
343+
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):
344344

345345
```bash
346346
gaiacli tx staking delegate \
@@ -361,7 +361,7 @@ where `[name]` is the name of the key you specified when you initialized `gaiad`
361361
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.
362362

363363
::: tip Note
364-
Don't use more `uatom` thank you have! You can always get more by using the [Faucet](https://faucetcosmos.network/)!
364+
Don't use more `uatom` than you have! You can always get more by using the [Faucet](https://faucetcosmos.network/)!
365365
:::
366366

367367
##### Query Delegations

docs/gaia/join-mainnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Join the mainnet
22

33
::: tip
4-
See the [launch](https://github.com/cosmos/launch) for
4+
See the [launch repo](https://github.com/cosmos/launch) for
55
information on the mainnet, including the correct version
66
of the Cosmos-SDK to use and details about the genesis file.
77
:::

docs/gaia/validators/validator-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gaiad tendermint show-validator
2727
To create your validator, just use the following command:
2828

2929
::: warning
30-
Don't use more `uatom` thank you have!
30+
Don't use more `uatom` than you have!
3131
:::
3232

3333
```bash
@@ -78,7 +78,7 @@ A `gentx` is a JSON file carrying a self-delegation. All genesis transactions ar
7878
:::
7979

8080
::: warning Note
81-
Don't use more `uatom` thank you have!
81+
Don't use more `uatom` than you have!
8282
:::
8383

8484
```bash

0 commit comments

Comments
 (0)