From fccb5aba85c83a023c622e46a4aeace328f582d4 Mon Sep 17 00:00:00 2001 From: BOR4 Date: Fri, 21 Feb 2025 10:33:56 +0100 Subject: [PATCH] fix Aaderyn -> Aderyn --- .../content/developers/docs/smart-contracts/security/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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