mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-18 19:46:54 +00:00
fixed typo 'weeekday_range' → 'weekday_range'
Signed-off-by: Sebastian Neuner <neuner@belwue.de>
This commit is contained in:
parent
8598683b24
commit
8c956f8d64
@ -264,7 +264,7 @@ immediately before 24:00. They are specified like so:
|
||||
- start_time: HH:MM
|
||||
end_time: HH:MM
|
||||
|
||||
`weeekday_range`: A list of days of the week, where the week begins on Sunday and ends on Saturday.
|
||||
`weekday_range`: A list of days of the week, where the week begins on Sunday and ends on Saturday.
|
||||
Days should be specified by name (e.g. ‘Sunday’). For convenience, ranges are also accepted
|
||||
of the form <start_day>:<end_day> and are inclusive on both ends. For example:
|
||||
`[‘monday:wednesday','saturday', 'sunday']`
|
||||
|
Loading…
Reference in New Issue
Block a user