From 7f825880b18d0e8ecca75329be7777648f4ae143 Mon Sep 17 00:00:00 2001 From: Wisdom Nwokocha Date: Wed, 11 Dec 2024 23:32:17 +0100 Subject: [PATCH] Update docs/02-developers/04-quickstart/hardhat-ignition.md Co-authored-by: Owanate Amachree --- docs/02-developers/04-quickstart/hardhat-ignition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-developers/04-quickstart/hardhat-ignition.md b/docs/02-developers/04-quickstart/hardhat-ignition.md index d6bcc530..cb46ad58 100644 --- a/docs/02-developers/04-quickstart/hardhat-ignition.md +++ b/docs/02-developers/04-quickstart/hardhat-ignition.md @@ -208,7 +208,7 @@ npx hardhat test 3. If everything is okay, you’ll see green checkmarks or messages saying the tests passed. -``` +```text Generating typings for: 2 artifacts in dir: typechain-types for target: ethers-v6 Successfully generated 8 typings! Compiled 2 Solidity files successfully (evm target: paris).