Unverified Commit 6e7d32b6 authored by zhangzheng's avatar zhangzheng Committed by GitHub
Browse files

fix typo (#778)

parent 2e3966f5
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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
......@@ -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
\ No newline at end of file
Indicating there are a total of `252328895.834096787303097071 gamm/pool/1` at the time of this writing
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment