Skip to content

Commit ca1e0ab

Browse files
committed
Fix closing backtick
1 parent 0bd8972 commit ca1e0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/ignition/docs/advanced/migrating.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To get started, we’ll uninstall the `hardhat-deploy` plugin and install the Ha
7878

7979
## Convert deployment scripts to Ignition Modules
8080

81-
`hardhat-deploy` represents contract deployments as JavaScript or TypeScript files under the `./deploy/` folder. Hardhat Ignition follows a similar pattern with deployments encapsulated as modules; these are JS/TS files stored under the `./ignition/modules directory`. Each `hardhat-deploy` deploy file will be converted or merged into a Hardhat Ignition module.
81+
`hardhat-deploy` represents contract deployments as JavaScript or TypeScript files under the `./deploy/` folder. Hardhat Ignition follows a similar pattern with deployments encapsulated as modules; these are JS/TS files stored under the `./ignition/modules` directory. Each `hardhat-deploy` deploy file will be converted or merged into a Hardhat Ignition module.
8282

8383
Let’s first create the required folder structure under the root of your project:
8484

0 commit comments

Comments
 (0)