Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Feb 9, 2023
1 parent ae52312 commit a95a85b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/cli-reference/sns/quill-sns-new-sale-ticket.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# quill sns new-sale-ticket

Attempt to reate a new sale ticket. If there is already an open ticket, it will return the details of the existing ticket.
Attempt to create a new sale ticket. If there is already an open ticket, it will return the details of the existing ticket.


## Basic usage

The basic syntax for running `quill sns pay` commands is:
The basic syntax for running `quill sns new-sale-ticket` commands is:

```bash
quill sns pay [option]
quill sns new-sale-ticket --amount-icp-e8s <AMOUNT_ICP_E8S> [option]
```

## Flags
Expand Down
4 changes: 2 additions & 2 deletions docs/cli-reference/sns/quill-sns-pay.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Second, the sale canister is notified that the transfer has been made.
The basic syntax for running `quill sns pay` commands is:

```bash
quill sns pay [option]
quill sns pay --amount-icp-e8s <AMOUNT_ICP_E8S> --ticket-id <TICKET_ID> [option]
```

## Flags
Expand All @@ -29,7 +29,7 @@ quill sns pay [option]
|-------------------------------------------------|---------------------------------------|
| `--amount-icp-e8s <AMOUNT>` | The amount of ICP to transfer. |
| `--subaccount <SUBACCOUNT>` | Pay from this subaccount. |
| `--ticket-id` | The tocket_id of the sale ticket. |
| `--ticket-id` | The ticket_id of the sale ticket. |

## Remarks

Expand Down

0 comments on commit a95a85b

Please sign in to comment.