From e1492602209b86e0ca6d7671c7353b62a31b897b Mon Sep 17 00:00:00 2001 From: Marco Molteni <51477941+marco-m-pix4d@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:49:16 +0200 Subject: [PATCH] docs: clarify route:mute_time_intervals (#4003) It was referring to itself, maybe because of the deprecated homonym global:mute_time_intervals ? Signed-off-by: Marco Molteni --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 3269b3a5..ee012b4f 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -222,7 +222,7 @@ matchers: [ repeat_interval: | default = 4h ] # Times when the route should be muted. These must match the name of a -# mute time interval defined in the mute_time_intervals section. +# time interval defined in the time_intervals section. # Additionally, the root node cannot have any mute times. # When a route is muted it will not send any notifications, but # otherwise acts normally (including ending the route-matching process