Skip to content

Commit a6032bb

Browse files
committed
fix: correct case in directive
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
1 parent 4845c37 commit a6032bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/secrules_parsing/model/secrules.tx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SecRuleRemoveById:
3030
'SecRuleRemoveById' ids=IDRangeList;
3131

3232
SecRuleRemoveByTag:
33-
'SecRuleRemoveBytag' tag=Tag;
33+
'SecRuleRemoveByTag' tag=Tag;
3434

3535
SecRuleUpdateTargetById:
3636
'SecRuleUpdateTargetById' id=INT targets+=TARGET[',']?;

0 commit comments

Comments
 (0)