diff --git a/public/content/developers/docs/smart-contracts/security/index.md b/public/content/developers/docs/smart-contracts/security/index.md index 1199e9d5cd7..61911572b79 100644 --- a/public/content/developers/docs/smart-contracts/security/index.md +++ b/public/content/developers/docs/smart-contracts/security/index.md @@ -115,7 +115,7 @@ The existence of audits and bug bounties doesn’t excuse your responsibility to - Use a [development environment](/developers/docs/frameworks/) for testing, compiling, deploying smart contracts -- Run your code through basic code analysis tools, such as, [Cyfrin Aaderyn](https://github.com/Cyfrin/aderyn), Mythril and Slither. Ideally, you should do this before each pull request is merged and compare differences in output +- Run your code through basic code analysis tools, such as, [Cyfrin Aderyn](https://github.com/Cyfrin/aderyn), Mythril and Slither. Ideally, you should do this before each pull request is merged and compare differences in output - Ensure your code compiles without errors, and the Solidity compiler emits no warnings