Skip to content

Commit

Permalink
Update tutorials/eth-api/hardhat-start-to-end.md
Browse files Browse the repository at this point in the history
Co-authored-by: Erin Shaben <eshaben@icloud.com>
  • Loading branch information
themacexpert and eshaben committed Apr 22, 2024
1 parent 329986c commit 836bf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/eth-api/hardhat-start-to-end.md
Expand Up @@ -292,7 +292,7 @@ describe('Dao contract', function () {
let wallet1, wallet2;

before(async function () {
// Get signers we defined in HardHat Config
// Get signers we defined in Hardhat config
const signers = await ethers.getSigners();
wallet1 = signers[0];
wallet2 = signers[1];
Expand Down

0 comments on commit 836bf87

Please sign in to comment.