Skip to content

Commit

Permalink
fix "follwing" typo (#2782) (#2785)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Offtermatt <[email protected]>
(cherry picked from commit a472b29)

Co-authored-by: Kevin Heavey <[email protected]>
  • Loading branch information
mergify[bot] and kevinheavey authored Nov 3, 2023
1 parent 6026851 commit 122a9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/genesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Let us break down the parameters:

### Mint

The `mint` module governs the logic of inflating the supply of token. The `mint` section in the genesis file looks like the follwing:
The `mint` module governs the logic of inflating the supply of token. The `mint` section in the genesis file looks like the following:

```json
"mint": {
Expand Down Expand Up @@ -206,7 +206,7 @@ Let us break down the parameters:

### Distribution

The `distribution` module handles the logic of distribution block provisions and fees to validators and delegators. The `distribution` section in the genesis file looks like the follwing:
The `distribution` module handles the logic of distribution block provisions and fees to validators and delegators. The `distribution` section in the genesis file looks like the following:

```json
"distribution": {
Expand Down

0 comments on commit 122a9b3

Please sign in to comment.