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