Skip to content

Commit abea415

Browse files
Update docs/tools/dApp-development/common-tools/hardhat.md
1 parent 3c2542b commit abea415

File tree

1 file changed

+1
-1
lines changed
  • docs/tools/dApp-development/common-tools

1 file changed

+1
-1
lines changed

docs/tools/dApp-development/common-tools/hardhat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Run this command in root of the project directory:
153153
npx hardhat run scripts/deploy.js --network polygon_amoy
154154
```
155155

156-
The contract will be deployed on Polygon Amoy Testnet, and you can check the deployment status here: <https://amoy.polygonscan.com/>
156+
The contract will be deployed on Polygon Amoy testnet, and you can check the deployment status here: <https://amoy.polygonscan.com/>
157157

158158
**Congratulations! You have successfully deployed Greeter Smart Contract. Now you can interact with the Smart Contract.**
159159

0 commit comments

Comments
 (0)