README: fix spelling in route config example comment

Signed-off-by: Christian Hoffmann <mail@hoffmann-christian.info>
This commit is contained in:
Christian Hoffmann 2023-12-08 23:23:52 +01:00
parent a127573b14
commit 61e7ec8833
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ route:
# The child route trees. # The child route trees.
routes: 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. # catch alerts that are related to a list of services.
- matchers: - matchers:
- service=~"^(foo1|foo2|baz)$" - service=~"^(foo1|foo2|baz)$"