Skip to content

Commit

Permalink
docs: typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jatZama committed Aug 7, 2024
1 parent f3c1785 commit 55c5b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fundamentals/write_contract/hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pnpm coverage:mock
Or equivalently:

```
npx hardhat coverage-mock --network hardhat
npx hardhat coverage --network hardhat
```

Then open the file `coverage/index.html`. This will allow increased security by pointing out missing branches not covered yet by the current test suite.
Expand Down

0 comments on commit 55c5b28

Please sign in to comment.