Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typos #218

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/cli/amm.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ collect [position-id] [amount]
Example

```bash
# Withdraw 10uATOM and 10uUSD of reward from the positino
# Withdraw 10uATOM and 10uUSD of reward from the position
crescentd tx amm collect 1 10uatom,10uusd \
--chain-id localnet \
--from alice
Expand Down Expand Up @@ -207,7 +207,7 @@ crescentd q amm farming-plans -o json | jq

Terminate a private farming plan.

The plan's termination address must be same with the message sender.
The plan's termination address must be same as the message sender.

Usage

Expand Down Expand Up @@ -453,4 +453,4 @@ Example

```bash
crescentd q amm farming-plan 1 -o json | jq
```
```
2 changes: 1 addition & 1 deletion docs/cli/exchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ crescentd q exchange best-swap-exact-amount-in-routes 1000000uusd uatom -o json

## Orderbook

Query orderbook of particular market from exisiting orders
Query orderbook of particular market from existing orders

Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/liquidity.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ An Example of Buying Direction
#
# In regards of the `amount` field, it is how many ATOM you want to buy.
# It is important to note that OfferCoinAmount/OrderPrice is the maximum amount you can buy and
# the amount value multiply by order price cannot be more than the offer coin amount.
# the amount value multiplied by order price cannot be more than the offer coin amount.
#
# To describe the CLI below,
# it means you want to buy 17241379 amount of uatom by offering 50000000uusd with an order price of 2.9, which is lower than
Expand Down
Loading