Fix typo in documentation

This commit is contained in:
Arnaud 2025-05-23 11:27:20 +02:00
parent 04ee629017
commit 9d57e3b22c
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -64,7 +64,7 @@ In our case, we will likely redeploy a new contract every time, so we will need
[clear the previous deployment](https://hardhat.org/ignition/docs/guides/modifications#clearing-an-existing-deployment-with-reset):
```bash
HARDHAT_NETWORK=localhost npm run deploy-reset
HARDHAT_NETWORK=localhost npm run deploy:reset
```
Or you can you `npx` directly: