Skip to content

Commit 5cab4b5

Browse files
authored
docs: fix typos in module documentation (#24891)
1 parent 99c3429 commit 5cab4b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

x/auth/tx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ simd query blocks --query 'message.sender=cosmos...' --page 1 --limit 30
111111

112112
#### Transactions
113113

114-
The `x/auth/tx` module provides a convinient CLI command for decoding and encoding transactions.
114+
The `x/auth/tx` module provides a convenient CLI command for decoding and encoding transactions.
115115

116116
#### `encode`
117117

118118
The `encode` command encodes a transaction created with the `--generate-only` flag or signed with the sign command.
119-
The transaction is seralized it to Protobuf and returned as base64.
119+
The transaction is serialized it to Protobuf and returned as base64.
120120

121121
```bash
122122
$ simd tx encode tx.json

x/auth/vesting/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ This specification defines the vesting account implementation that is used by th
3535
For all vesting accounts, the owner of the vesting account is able to delegate and undelegate from validators, however they cannot transfer coins to another account until those coins are vested. This specification allows for four different kinds of vesting:
3636

3737
* Delayed vesting, where all coins are vested once `ET` is reached.
38-
* Continous vesting, where coins begin to vest at `ST` and vest linearly with respect to time until `ET` is reached
39-
* Periodic vesting, where coins begin to vest at `ST` and vest periodically according to number of periods and the vesting amount per period. The number of periods, length per period, and amount per period are configurable. A periodic vesting account is distinguished from a continuous vesting account in that coins can be released in staggered tranches. For example, a periodic vesting account could be used for vesting arrangements where coins are relased quarterly, yearly, or over any other function of tokens over time.
38+
* Continuous vesting, where coins begin to vest at `ST` and vest linearly with respect to time until `ET` is reached
39+
* Periodic vesting, where coins begin to vest at `ST` and vest periodically according to number of periods and the vesting amount per period. The number of periods, length per period, and amount per period are configurable. A periodic vesting account is distinguished from a continuous vesting account in that coins can be released in staggered tranches. For example, a periodic vesting account could be used for vesting arrangements where coins are released quarterly, yearly, or over any other function of tokens over time.
4040
* Permanent locked vesting, where coins are locked forever. Coins in this account can still be used for delegating and for governance votes even while locked.
4141

4242
## Note

0 commit comments

Comments
 (0)