Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs fix spelling issues #134

Merged
merged 4 commits into from
Aug 27, 2024
Merged
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 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