Skip to content

Commit

Permalink
fix typo (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
WALL-E authored and ValarDragon committed Feb 10, 2022
1 parent 5888451 commit c85bdd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developing/modules/spec-gamm.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ osmosisd tx gamm swap-exact-amount-in 407239ibc/1480B8FD20AD5FCAE81EA87584D26954
Swap a **maximum** amount of tokens out for an **exact** amount of another token, similar to swapping a token on the trade screen GUI.

```
osmosisd tx gamm swap-exact-amount-out [token-out] [token-out-max-amount] --pool-id --from --chain-id
osmosisd tx gamm swap-exact-amount-out [token-out] [token-in-max-amount] --swap-route-pool-ids --from --chain-id
```

#### Example
Expand Down Expand Up @@ -515,4 +515,4 @@ totalShares:
denom: gamm/pool/1
```

Indicating there are a total of `252328895.834096787303097071 gamm/pool/1` at the time of this writing
Indicating there are a total of `252328895.834096787303097071 gamm/pool/1` at the time of this writing

0 comments on commit c85bdd2

Please sign in to comment.