From dde3aff6ca2fb39d73df7e491ac0092025528494 Mon Sep 17 00:00:00 2001 From: Rajat Beladiya Date: Thu, 5 Mar 2026 05:38:20 +0000 Subject: [PATCH] docs: fix typo in detector documentation Fixes 'modidfier' -> 'modifier' in example code. --- docs/src/detectors/Detector-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/detectors/Detector-Documentation.md b/docs/src/detectors/Detector-Documentation.md index bc3d55a372..5b8b10ea90 100644 --- a/docs/src/detectors/Detector-Documentation.md +++ b/docs/src/detectors/Detector-Documentation.md @@ -1950,7 +1950,7 @@ If a modifier does not execute `_` or revert, the execution of the function will ### Exploit Scenario ```solidity - modidfier myModif(){ + modifier myModif(){ if(..){ _; }