From b5d7c85aa6a0808339a242ac7c80952191f60ce4 Mon Sep 17 00:00:00 2001 From: Jeremy Osborne Date: Fri, 31 Mar 2023 13:17:50 +0200 Subject: [PATCH] Fix grammatical error --- src/pages/docs/non-custodial-escrow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/non-custodial-escrow.md b/src/pages/docs/non-custodial-escrow.md index ba95fd7..96ad79f 100644 --- a/src/pages/docs/non-custodial-escrow.md +++ b/src/pages/docs/non-custodial-escrow.md @@ -154,7 +154,7 @@ pub struct Accept<'info> { } ``` -Our last instruction is `cancle`. If the `seller` changes their minds, they are free to close their escrows without anyone's consent. +Our last instruction is `cancel`. If the `seller` changes their minds, they are free to close their escrows without anyone's consent. ```rust pub fn cancel(ctx: Context) -> Result<()> { // return seller's x_token back to him/her