From 652ee10e0c5e0516217bd275016360d44eb948cf Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 13 Jun 2023 20:46:03 +0200 Subject: [PATCH] Fix: typos --- docs/developers/quickstart/deploy-smart-contract/hardhat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developers/quickstart/deploy-smart-contract/hardhat.md b/docs/developers/quickstart/deploy-smart-contract/hardhat.md index 54d5afd20..f6690c2f9 100644 --- a/docs/developers/quickstart/deploy-smart-contract/hardhat.md +++ b/docs/developers/quickstart/deploy-smart-contract/hardhat.md @@ -129,7 +129,7 @@ You can deploy with Hardhat by [adding Linea to your `hardhat.config.js`](#hardh ![confirm network](../../../assets/dashboard_network.png) -1. Add the the the Dashboard network to your `hardhat.config.js` +1. Add the Dashboard network to your `hardhat.config.js` ```javascript networks: { @@ -146,7 +146,7 @@ You can deploy with Hardhat by [adding Linea to your `hardhat.config.js`](#hardh npx hardhat run scripts/deploy.js --network truffledashboard ``` -1. Navigate back to `localhost:24012`. You should see a prompt asking your to confirm the deployment. Click **Confirm**. +1. Navigate back to `localhost:24012`. You should see a prompt asking you to confirm the deployment. Click **Confirm**. ![confirm deployment](../../../assets/dashboard_deploy.png)