From 61e7ec8833bb4d46c5d069e96183471216dcd3e7 Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Fri, 8 Dec 2023 23:23:52 +0100 Subject: [PATCH] README: fix spelling in route config example comment Signed-off-by: Christian Hoffmann --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8725db4a..b2b16167 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ route: # The child route trees. routes: - # This routes performs a regular expression match on alert labels to + # This route performs a regular expression match on alert labels to # catch alerts that are related to a list of services. - matchers: - service=~"^(foo1|foo2|baz)$"