Skip to content

Commit 66996ac

Browse files
Fix typo in error message (#4489)
1 parent 1851ab9 commit 66996ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

detection_rules/rule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def validate_interval(str_time: str) -> bool:
578578
raise ValidationError(
579579
f"{self.name} is invalid."
580580
"Default BBR require `from` and `interval` to be at least now-119m and at least 60m respectively "
581-
"(using the now-Xm and Xm format where x is in minuets). "
581+
"(using the now-Xm and Xm format where x is in minutes). "
582582
"Please update values or bypass. " + bypass_instructions
583583
)
584584

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "detection_rules"
3-
version = "0.4.14"
3+
version = "0.4.15"
44
description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)