Skip to content

Commit 6abfedc

Browse files
committed
docs: project setup tweak
1 parent 3a50dc8 commit 6abfedc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/hardhat-runner/docs/guides/project-setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ hardhat.config.js
119119
These are the default paths for a Hardhat project.
120120

121121
- `contracts/` is where the source files for your contracts should be.
122-
- `ignition/modules/` is where the files exporting your Ignition modules should be.
122+
- `ignition/modules/` is where the Ignition modules that handle contract deployments should be.
123123
- `test/` is where your tests should go.
124124
- `scripts/` is where simple automation scripts go.
125125

@@ -131,7 +131,7 @@ When it comes to testing your contracts, the sample project comes with some usef
131131

132132
- The built-in [Hardhat Network](/hardhat-network/docs) as the development network to test on, along with the [Hardhat Network Helpers](/hardhat-network-helpers) library to manipulate this network.
133133
- [Mocha](https://mochajs.org/) as the test runner, [Chai](https://chaijs.com/) as the assertion library, and the [Hardhat Chai Matchers](/hardhat-chai-matchers) to extend Chai with contracts-related functionality.
134-
- [Hardhat Ignition](/ignition) to deploy your contracts and the [`ethers.js`](https://docs.ethers.org/v6/) library to interact with interact with them.
134+
- [Hardhat Ignition](/ignition) to deploy your contracts and the [`ethers.js`](https://docs.ethers.org/v6/) library to interact with them.
135135

136136
As well as other useful plugins. You can learn more about this in the [Testing contracts guide](./test-contracts.md).
137137

0 commit comments

Comments
 (0)