We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5041d85 + 0cd96e3 commit da46afcCopy full SHA for da46afc
docs/src/content/ignition/docs/guides/deploy.md
@@ -3,7 +3,7 @@
3
To execute your deployments, you need to use the `ignition deploy` task. It takes a path to a module file as an argument:
4
5
```sh
6
-npx hardhat igntion deploy ignition/modules/MyModule.js
+npx hardhat ignition deploy ignition/modules/MyModule.js
7
```
8
9
Hardhat Ignition will load the Ignition Module exported by the file you provided, and deploy it.
0 commit comments