From fdffcd52b46db6cd0dc8e361da9c9d16c5d24036 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:54:29 +0200 Subject: [PATCH] Update Mint.mdx --- docs/pages/packages/poaps/Mint.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/packages/poaps/Mint.mdx b/docs/pages/packages/poaps/Mint.mdx index 92340aa..81e0696 100644 --- a/docs/pages/packages/poaps/Mint.mdx +++ b/docs/pages/packages/poaps/Mint.mdx @@ -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 @@ -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';