Skip to content

Commit

Permalink
[ Copy ] Fixed spelling error in documentation(#134)
Browse files Browse the repository at this point in the history
* fix CreateDrop.mdx

* fix FetchDrops.mdx

* fix EmailReservation.mdx

* fix Mint.mdx
  • Loading branch information
nnsW3 authored Aug 27, 2024
1 parent 68a1aa5 commit 6111874
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/pages/packages/drops/CreateDrop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/packages/drops/FetchDrops.mdx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/packages/poaps/EmailReservation.mdx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/packages/poaps/Mint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 6111874

Please sign in to comment.