From 717635a3c488befdbf9f55c3e750c372caf1da53 Mon Sep 17 00:00:00 2001 From: emmmm <155267286+eeemmmmmm@users.noreply.github.com> Date: Fri, 30 May 2025 11:18:03 +0200 Subject: [PATCH 1/2] Update getting-started.md --- developerDocs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developerDocs/getting-started.md b/developerDocs/getting-started.md index 08cd6e705..c5c83512f 100644 --- a/developerDocs/getting-started.md +++ b/developerDocs/getting-started.md @@ -116,7 +116,7 @@ const offer = await openseaSDK.createCollectionOffer({ #### Creating English Auctions -English Auctions are auctions that start at a small amount (we recommend even doing 0!) and increase with every bid. At expiration time, the item sells to the highest bidder. +English Auctions are auctions that start at a small amount (we recommend even using 0!) and increase with every bid. At expiration time, the item sells to the highest bidder. To create an English Auction set `englishAuction` to `true`: From d4e87d4fb324fe48161a1ef1240a8e0edd1b086d Mon Sep 17 00:00:00 2001 From: emmmm <155267286+eeemmmmmm@users.noreply.github.com> Date: Fri, 30 May 2025 11:18:29 +0200 Subject: [PATCH 2/2] Update sdk.ts --- src/sdk.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdk.ts b/src/sdk.ts index b7cb52393..d3434be80 100644 --- a/src/sdk.ts +++ b/src/sdk.ts @@ -437,7 +437,7 @@ export class OpenSeaSDK { * @param options.buyerAddress Optional address that's allowed to purchase this item. If specified, no other address will be able to take the order, unless its value is the null address. * @param options.englishAuction If true, the order will be listed as an English auction. * @param options.excludeOptionalCreatorFees If true, optional creator fees will be excluded from the listing. Default: false. - * @param options.zone The zone to use for the order. For order protection, pass SIGNED_ZONE. If unspecified, defaults to no zone. + * @param options.zone The zone to use for the order. For order protection, pass SIGNED_ZONE. If unspecified, defaults to no zone. * @returns The {@link OrderV2} that was created. * * @throws Error if the asset does not contain a token id.