Merge pull request #2614 from 9er/docs-weeekday-typo

Docs: Fixed typo 'weeekday_range'
This commit is contained in:
Björn Rabenstein 2021-06-14 14:48:20 +02:00 committed by GitHub
commit 58169c1412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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']`