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

fix: typos in documentation files #148

Merged
merged 2 commits into from
Nov 24, 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
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
2 changes: 1 addition & 1 deletion docs/pages/packages/utils.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

`@poap-xyz/utils` is a package that contains auxiliar functions.
`@poap-xyz/utils` is a package that contains auxiliary functions.

## Features

Expand Down