From 2840975f81bc0cb8e3039471c07365f489d7c90a Mon Sep 17 00:00:00 2001 From: pavedroad Date: Thu, 17 Jul 2025 15:16:22 +0800 Subject: [PATCH] chore: fix some minor issues in comments Signed-off-by: pavedroad --- doc/classes/LooksRare.LooksRare.md | 2 +- src/LooksRare.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/LooksRare.LooksRare.md b/doc/classes/LooksRare.LooksRare.md index 53dd7a5..da5fd1f 100644 --- a/doc/classes/LooksRare.LooksRare.md +++ b/doc/classes/LooksRare.LooksRare.md @@ -114,7 +114,7 @@ ___ ▸ **cancelAllOrders**(`bid`, `ask`, `overrides?`): [`ContractMethods`](../interfaces/types.ContractMethods.md) -Cancell all maker bid and/or ask orders for the current user +Cancel all maker bid and/or ask orders for the current user #### Parameters diff --git a/src/LooksRare.ts b/src/LooksRare.ts index de2383f..d04f075 100644 --- a/src/LooksRare.ts +++ b/src/LooksRare.ts @@ -454,7 +454,7 @@ export class LooksRare { } /** - * Cancell all maker bid and/or ask orders for the current user + * Cancel all maker bid and/or ask orders for the current user * @param bid Cancel all bids * @param ask Cancel all asks * @returns ContractMethods