diff --git a/docs/pages/packages/drops/CreateDrop.mdx b/docs/pages/packages/drops/CreateDrop.mdx index 12b4af2..b99e189 100644 --- a/docs/pages/packages/drops/CreateDrop.mdx +++ b/docs/pages/packages/drops/CreateDrop.mdx @@ -2,7 +2,7 @@ Using `DropsClient` to [setup a Drop](https://poap.zendesk.com/hc/en-us/articles/9702718846989-How-do-I-set-up-a-POAP-Drop) is straightforward, there is no need of being authenticated with an email and -the only requiriments are having the API key. +the only requirements are having the API key. ```typescript import fsPromises from 'fs/promises'; diff --git a/docs/pages/packages/drops/FetchDrops.mdx b/docs/pages/packages/drops/FetchDrops.mdx index 8a4b053..9375994 100644 --- a/docs/pages/packages/drops/FetchDrops.mdx +++ b/docs/pages/packages/drops/FetchDrops.mdx @@ -1,6 +1,6 @@ # Fetch Drops -When retrieving Drops we have to paginated using `offset` and `limit`. But besides we can sort the +When retrieving Drops we have to paginate using `offset` and `limit`. But besides we can sort the results and filter them by many options. ```typescript diff --git a/docs/pages/packages/poaps/EmailReservation.mdx b/docs/pages/packages/poaps/EmailReservation.mdx index 2ac0a28..c2abcf9 100644 --- a/docs/pages/packages/poaps/EmailReservation.mdx +++ b/docs/pages/packages/poaps/EmailReservation.mdx @@ -1,8 +1,8 @@ # Email Reservation A POAP can be reserved with an email where to receive the instructions to mint -the it to the blockchain in the future. The email could be not be send in cases -that another email is send in their place or the collector knows already how to +it to the blockchain in the future. The email could not be sent in cases +that another email is sent in their place or the collector knows already how to mint it afterwards. ```typescript diff --git a/docs/pages/packages/poaps/Mint.mdx b/docs/pages/packages/poaps/Mint.mdx index 86f1a3e..92340aa 100644 --- a/docs/pages/packages/poaps/Mint.mdx +++ b/docs/pages/packages/poaps/Mint.mdx @@ -35,7 +35,7 @@ const poap: POAP = ( ## Sync -All the minting process can done automatically by `PoapsClient`. +All the minting processes can done automatically by `PoapsClient`. ```typescript import { POAP } from '@poap-xyz/poaps';