Skip to content

Commit da46afc

Browse files
authored
Merge pull request #4664 from arunkumarvc/patch-1
fix typo of ignition
2 parents 5041d85 + 0cd96e3 commit da46afc

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)