From 8c956f8d64fab2a1913448cf3fc11f771e5e5946 Mon Sep 17 00:00:00 2001 From: Sebastian Neuner Date: Thu, 10 Jun 2021 15:11:27 +0200 Subject: [PATCH] =?UTF-8?q?fixed=20typo=20'weeekday=5Frange'=20=E2=86=92?= =?UTF-8?q?=20'weekday=5Frange'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Neuner --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index c795696a..d520bce3 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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 : and are inclusive on both ends. For example: `[‘monday:wednesday','saturday', 'sunday']`