From f5fb0ceace13e27df20cd5c2126f59012e735f25 Mon Sep 17 00:00:00 2001 From: Yash Jagtap Date: Thu, 2 Jan 2025 22:45:10 +0530 Subject: [PATCH] fix: typo --- docs/developers/rollup/smart-contracts/deploy-hardhat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/rollup/smart-contracts/deploy-hardhat.md b/docs/developers/rollup/smart-contracts/deploy-hardhat.md index 1140791..26a4f2a 100644 --- a/docs/developers/rollup/smart-contracts/deploy-hardhat.md +++ b/docs/developers/rollup/smart-contracts/deploy-hardhat.md @@ -7,7 +7,7 @@ slug: /developers/rollup/smart-contracts/hardhat Before you begin, ensure you: -1. [Set up your wallet and acquired Tesntet tokens](../../../acquire-testnet-tokens.md). +1. [Set up your wallet and acquired Testnet tokens](../../../acquire-testnet-tokens.md). 2. [Set up your Hardhat environment](https://hardhat.org/tutorial/setting-up-the-environment#2.-setting-up-the-environment). ## Create a Hardhat project