We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f024f commit d3b0395Copy full SHA for d3b0395
develop/smart-contracts/dev-environments/hardhat.md
@@ -100,7 +100,7 @@ The plugin will compile your Solidity contracts for Solidity versions `0.8.0` an
100
```bash
101
chmod +x /path/to/your/binary
102
```
103
- For mac environments, sometimes the binaries get quarantined. To remove this, run:
+ In macOS environments, binaries are sometimes quarantined. To remove this, run:
104
105
xattr -d com.apple.quarantine /path/to/your/binary
106
0 commit comments