Skip to content

Commit d3b0395

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

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
@@ -100,7 +100,7 @@ The plugin will compile your Solidity contracts for Solidity versions `0.8.0` an
100100
```bash
101101
chmod +x /path/to/your/binary
102102
```
103-
For mac environments, sometimes the binaries get quarantined. To remove this, run:
103+
In macOS environments, binaries are sometimes quarantined. To remove this, run:
104104
```bash
105105
xattr -d com.apple.quarantine /path/to/your/binary
106106
```

0 commit comments

Comments
 (0)