Skip to content

Commit

Permalink
Merge pull request #4664 from arunkumarvc/patch-1
Browse files Browse the repository at this point in the history
fix typo of ignition
  • Loading branch information
alcuadrado authored Dec 13, 2023
2 parents 5041d85 + 0cd96e3 commit da46afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/ignition/docs/guides/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To execute your deployments, you need to use the `ignition deploy` task. It takes a path to a module file as an argument:

```sh
npx hardhat igntion deploy ignition/modules/MyModule.js
npx hardhat ignition deploy ignition/modules/MyModule.js
```

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

0 comments on commit da46afc

Please sign in to comment.