Skip to content

Commit b7d54b1

Browse files
committed
Fix grammar in Node.js v22 callouts
1 parent 7a4247f commit b7d54b1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/content/ccip/tutorials/evm/cross-chain-tokens/register-from-eoa-burn-mint-hardhat.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ This tutorial will guide you through the process of enabling your own tokens in
5858
```
5959

6060
<Aside type="caution" title="Why Node.js v22?">
61-
Since we are [migrated](https://hardhat.org/migrate-from-hardhat2) to use Hardhat 3.x, Node.js v22.10.0 or above
62-
is [required for compatibility](https://hardhat.org/migrate-from-hardhat2#before-starting-the-migration). Using an
61+
Since the [migration](https://hardhat.org/migrate-from-hardhat2) to Hardhat 3.x, Node.js v22.10.0 or above is
62+
[required for compatibility](https://hardhat.org/migrate-from-hardhat2#before-starting-the-migration). Using an
6363
older version may lead to unexpected issues during development.
6464
</Aside>
6565

src/content/ccip/tutorials/evm/cross-chain-tokens/register-from-eoa-lock-mint-hardhat.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ This tutorial will guide you through the process of enabling your own tokens in
5858
```
5959

6060
<Aside type="caution" title="Why Node.js v22?">
61-
Since we are [migrated](https://hardhat.org/migrate-from-hardhat2) to use Hardhat 3.x, Node.js v22.10.0 or above
62-
is [required for compatibility](https://hardhat.org/migrate-from-hardhat2#before-starting-the-migration). Using an
61+
Since the [migration](https://hardhat.org/migrate-from-hardhat2) to Hardhat 3.x, Node.js v22.10.0 or above is
62+
[required for compatibility](https://hardhat.org/migrate-from-hardhat2#before-starting-the-migration). Using an
6363
older version may lead to unexpected issues during development.
6464
</Aside>
6565

src/content/ccip/tutorials/evm/cross-chain-tokens/register-from-safe-burn-mint-hardhat.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ By the end of this tutorial, you will have successfully deployed, registered, co
123123
```
124124

125125
<Aside type="caution" title="Why Node.js v22?">
126-
Since we are [migrated](https://hardhat.org/migrate-from-hardhat2) to use Hardhat 3.x, Node.js v22.10.0 or above
127-
is [required for compatibility](https://hardhat.org/migrate-from-hardhat2#before-starting-the-migration). Using an
126+
Since the [migration](https://hardhat.org/migrate-from-hardhat2) to Hardhat 3.x, Node.js v22.10.0 or above is
127+
[required for compatibility](https://hardhat.org/migrate-from-hardhat2#before-starting-the-migration). Using an
128128
older version may lead to unexpected issues during development.
129129
</Aside>
130130

src/content/ccip/tutorials/evm/cross-chain-tokens/update-rate-limiters-hardhat.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ This tutorial will guide you through the process of updating the rate limiter se
6464
```
6565

6666
<Aside type="caution" title="Why Node.js v22?">
67-
Since we are [migrated](https://hardhat.org/migrate-from-hardhat2) to use Hardhat 3.x, Node.js v22.10.0 or above
68-
is [required for compatibility](https://hardhat.org/migrate-from-hardhat2#before-starting-the-migration). Using an
67+
Since the [migration](https://hardhat.org/migrate-from-hardhat2) to Hardhat 3.x, Node.js v22.10.0 or above is
68+
[required for compatibility](https://hardhat.org/migrate-from-hardhat2#before-starting-the-migration). Using an
6969
older version may lead to unexpected issues during development.
7070
</Aside>
7171

0 commit comments

Comments
 (0)