Skip to content

Commit

Permalink
Update Mint.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
leopardracer authored Nov 22, 2024
1 parent 747f9fa commit fdffcd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/packages/poaps/Mint.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mint POAP

Minting a POAP is an asynchronous process, but with `PoapsClient` it can simplified
Minting a POAP is an asynchronous process, but with `PoapsClient` it can be simplified
to only one method call.

## Async
Expand Down Expand Up @@ -35,7 +35,7 @@ const poap: POAP = (

## Sync

All the minting processes can done automatically by `PoapsClient`.
All the minting processes can be done automatically by `PoapsClient`.

```typescript
import { POAP } from '@poap-xyz/poaps';
Expand Down

0 comments on commit fdffcd5

Please sign in to comment.