Skip to content

Commit

Permalink
Fix spelling (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanpince authored Dec 12, 2024
1 parent 7882062 commit eca7e85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/components/GuidesOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const GuidesOverview = () => (
/>
<GuideCard
title="Creating, Storing, and Managing Collectibles Metadata"
body="By utilizing Sequence's Metadata API, you can programatically create, manage, and store metadata associated with your NFTs from nearly any environment. We'll walk you through how to call these REST-APIs to organize your collections for your game or experience."
body="By utilizing Sequence's Metadata API, you can programmatically create, manage, and store metadata associated with your NFTs from nearly any environment. We'll walk you through how to call these REST-APIs to organize your collections for your game or experience."
link="/guides/metadata-guide"
image="/img/guides/overview/storage.png"
/>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/solutions/builder/analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You don't need to do any additional work to see valuable metrics about your proj
of connected wallets, active users or daily transaction requests.

:::tip
You can also query your analytics programatically or connect to services like Dune via our [APIs](/api/analytics/overview).
You can also query your analytics programmatically or connect to services like Dune via our [APIs](/api/analytics/overview).
:::

#### How it works
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/solutions/builder/indexer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Fetch different kinds of data from the indexer:
Sequence Indexer offers several features that level-up your on-chain data capabilities without writing a line of code by providing helpful code snippets of the most common use cases. It boasts a user-friendly interface that you can use to fetch important data, like the tokens owned by a specific wallet under a specific contract, for instance.

:::tip
You can also leverage our Indexer programatically via our [APIs](/api/indexer/overview) or SDKs such as [Unity](/sdk/unity/read-from-blockchain).
You can also leverage our Indexer programmatically via our [APIs](/api/indexer/overview) or SDKs such as [Unity](/sdk/unity/read-from-blockchain).
:::

## Watch the Indexer grab on-chain data
Expand Down

0 comments on commit eca7e85

Please sign in to comment.