Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/classes/LooksRare.LooksRare.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/LooksRare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down