From 0cd96e362ee9f2a12c7eb208f68fdd60da0c6de7 Mon Sep 17 00:00:00 2001 From: Arun Kumar <113007104+arunkumarvc@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:32:02 +0530 Subject: [PATCH] fix typo of ignition there is a small typo (igntion) in this command "npx hardhat igntion deploy ignition/modules/MyModule.js" --- docs/src/content/ignition/docs/guides/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/ignition/docs/guides/deploy.md b/docs/src/content/ignition/docs/guides/deploy.md index c64b4b999b..4a43752b18 100644 --- a/docs/src/content/ignition/docs/guides/deploy.md +++ b/docs/src/content/ignition/docs/guides/deploy.md @@ -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.