Skip to content

Commit ccf9da0

Browse files
Update develop/smart-contracts/dev-environments/hardhat.md
Co-authored-by: Dawn Kelly <[email protected]>
1 parent d3b0395 commit ccf9da0

File tree

1 file changed

+1
-1
lines changed
  • develop/smart-contracts/dev-environments

1 file changed

+1
-1
lines changed

develop/smart-contracts/dev-environments/hardhat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The plugin will compile your Solidity contracts for Solidity versions `0.8.0` an
117117
ls artifacts/contracts/*.sol/
118118
```
119119
120-
You should see JSON files containing the contract ABI and bytecode of the contracts you compiled.
120+
You should see JSON files containing the contract ABIs and bytecodes for the contracts you compiled.
121121
122122
## Set Up a Testing Environment
123123

0 commit comments

Comments
 (0)