Skip to content

Commit 0cd96e3

Browse files
authored
fix typo of ignition
there is a small typo (igntion) in this command "npx hardhat igntion deploy ignition/modules/MyModule.js"
1 parent 2b16d43 commit 0cd96e3

File tree

1 file changed

+1
-1
lines changed
  • docs/src/content/ignition/docs/guides

1 file changed

+1
-1
lines changed

docs/src/content/ignition/docs/guides/deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To execute your deployments, you need to use the `ignition deploy` task. It takes a path to a module file as an argument:
44

55
```sh
6-
npx hardhat igntion deploy ignition/modules/MyModule.js
6+
npx hardhat ignition deploy ignition/modules/MyModule.js
77
```
88

99
Hardhat Ignition will load the Ignition Module exported by the file you provided, and deploy it.

0 commit comments

Comments
 (0)