diff --git a/docs/cli-reference/sns/quill-sns-new-sale-ticket.md b/docs/cli-reference/sns/quill-sns-new-sale-ticket.md index 5d47fed6..fd708747 100644 --- a/docs/cli-reference/sns/quill-sns-new-sale-ticket.md +++ b/docs/cli-reference/sns/quill-sns-new-sale-ticket.md @@ -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 [option] ``` ## Flags diff --git a/docs/cli-reference/sns/quill-sns-pay.md b/docs/cli-reference/sns/quill-sns-pay.md index 2c4fb213..0df85642 100644 --- a/docs/cli-reference/sns/quill-sns-pay.md +++ b/docs/cli-reference/sns/quill-sns-pay.md @@ -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 --ticket-id [option] ``` ## Flags @@ -29,7 +29,7 @@ quill sns pay [option] |-------------------------------------------------|---------------------------------------| | `--amount-icp-e8s ` | The amount of ICP to transfer. | | `--subaccount ` | Pay from this subaccount. | -| `--ticket-id` | The tocket_id of the sale ticket. | +| `--ticket-id` | The ticket_id of the sale ticket. | ## Remarks