Skip to content

Commit 9bf6072

Browse files
authored
[6.8][DOCS] Fixes typo in the ML anomaly detection time functions docs. (#49849)
1 parent 62e2a03 commit 9bf6072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ml/functions/time.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ affected by the bucket span, but a shorter bucket span enables quicker alerting
2525
events.
2626
* Unusual events are flagged based on the previous pattern of the data, not on what we
2727
might think of as unusual based on human experience. So, if events typically occur
28-
between 3 a.m. and 5 a.m., and event occurring at 3 p.m. is be flagged as unusual.
28+
between 3 a.m. and 5 a.m., an event occurring at 3 p.m. is flagged as unusual.
2929
* When Daylight Saving Time starts or stops, regular events can be flagged as anomalous.
3030
This situation occurs because the actual time of the event (as measured against a UTC
3131
baseline) has changed. This situation is treated as a step change in behavior and the new

0 commit comments

Comments
 (0)