Skip to content

Commit

Permalink
Fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs committed Jun 13, 2023
1 parent 4878019 commit 652ee10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers/quickstart/deploy-smart-contract/hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -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)

Expand Down

0 comments on commit 652ee10

Please sign in to comment.