Skip to content

Commit

Permalink
fix(docs): typos (#471)
Browse files Browse the repository at this point in the history
fix(docs): typos
  • Loading branch information
omahs authored Oct 1, 2024
1 parent c465667 commit 4af1fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/app/api-guide/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const sections = [

# API Documentation

Use the ArkProject API to access NFT datas, orders, market datas, and more and seamlessly integrate your markertplace into the workflows of dozens of Ark Protocol users. {{ className: 'lead' }}
Use the ArkProject API to access NFT datas, orders, market datas, and more and seamlessly integrate your marketplace into the workflows of dozens of Ark Protocol users. {{ className: 'lead' }}

<div className="mb-16 mt-6 flex gap-3">
<Button href="/quickstart" arrow="right" children="Quickstart" />
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/app/authentication/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ API Key authentication is a simple and effective way to authenticate requests to

## Creating an API Key

To create an API Key, you must first signin and create a project in the dashboard. Once you have created a project, you can access your API Key.
To create an API Key, you must first sign in and create a project in the dashboard. Once you have created a project, you can access your API Key.

To create an API Key, follow these steps:

Expand Down

0 comments on commit 4af1fa4

Please sign in to comment.