Skip to content

Commit

Permalink
fix: Correct typos in documentation files (#832)
Browse files Browse the repository at this point in the history
* typo irys-nfts.mdx

* typo hardhat.mdx

* typo reservoir.md

* typo subquery.md

* typo irys-querying.mdx

* typo custom.css

* Reflect proposed change

---------

Co-authored-by: jlwllmr <[email protected]>
  • Loading branch information
cypherpepe and jlwllmr authored Nov 22, 2024
1 parent 11f1d74 commit ff29bce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/developers/guides/community/irys/irys-nfts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can use [Irys](../../../tooling/permanent-data/irys/overview.mdx) to create

When you upload NFTs to Irys, you make a one-time payment for and your data is guaranteed to be retrievable forever. Creators and
collectors benefit from the assurance that their NFTs are preserved indefinitely. NFT metadata and
images stored are Irys are permanent and immutable.
images stored on Irys are permanent and immutable.

:::note
You can also use Irys to create [dynamic NFTs](./irys-dynamic-nfts.mdx) that evolve based on onchain or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is included as part of the `hardhat-toolbox` plugin.

:::

These steps assume you stored your secret keys in a `.env` file. which you can read more about
These steps assume you stored your secret keys in a `.env` file, which you can read more about
[in the Hardhat deployment instructions](../deploy-smart-contract/hardhat.mdx#deploy-the-contract).

## Download the plugin
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/tooling/data-indexers/subquery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ capabilities and a configurable caching architecture.
Take a look at this SubQuery starter project that introduces SubQuery's Linea
support by indexing [Linea](https://github.com/subquery/ethereum-subql-starter/tree/main/Linea/linea-starter).

You can also follow this [step by step guide](https://academy.subquery.network/quickstart/quickstart.html)
You can also follow this [step-by-step guide](https://academy.subquery.network/quickstart/quickstart.html)
to get familiar with SubQuery.

## Running and hosting Linea SubQuery APIs
Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ html[data-theme="dark"] .header-twitter-link::before {
width: 28px;
height: 28px;
margin-top: 0;
margin-left: 2;
margin-left: 2px;
display: flex;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300.25'%3E%3Cpath d='M178.57 127.15L290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66' fill='%23190066'/%3E%3C/svg%3E")
no-repeat;
Expand Down

0 comments on commit ff29bce

Please sign in to comment.