Skip to content

Commit 3a50dc8

Browse files
committed
docs: tweak ignition docs line
1 parent d66412d commit 3a50dc8

File tree

1 file changed

+2
-2
lines changed
  • docs/src/content/hardhat-runner/docs/getting-started

1 file changed

+2
-2
lines changed

docs/src/content/hardhat-runner/docs/getting-started/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ If you created a TypeScript project, this task will also generate TypeScript bin
151151

152152
### Testing your contracts
153153

154-
Your project comes with tests that use [Hardhat Ignition](/ignition), [Mocha](https://mochajs.org), [Chai](https://www.chaijs.com), and [Ethers.js](https://docs.ethers.org/v6/).
154+
Your project comes with tests that use [Mocha](https://mochajs.org), [Chai](https://www.chaijs.com), [Ethers.js](https://docs.ethers.org/v6/) and [Hardhat Ignition](/ignition).
155155

156156
If you take a look in the `test/` folder, you'll see a test file:
157157

@@ -315,7 +315,7 @@ LockModule#Lock - 0x5FbDB2315678afecb367f032d93F642f64180aa3
315315

316316
::::
317317

318-
To read more about Hardhat Ignition, check out the [Hardhat Ignition documentation](/ignition).
318+
To learn more about Hardhat Ignition, check out the [Hardhat Ignition documentation](/ignition).
319319

320320
### Connecting a wallet or Dapp to Hardhat Network
321321

0 commit comments

Comments
 (0)