From 7776059b44073bbab3a1016b36a9d901d22f09b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=28=E2=95=AF=C2=B0=E2=96=A1=C2=B0=EF=BC=89=E2=95=AF?= =?UTF-8?q?=EF=B8=B5=20u=E1=B4=89=C7=9DssnH=20=C9=90=C9=9F=C9=90=CA=87soW?= Date: Tue, 8 Jul 2025 10:24:27 +0400 Subject: [PATCH] fix is_exact_match closing tag --- content/en/monitors/notify/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/monitors/notify/variables.md b/content/en/monitors/notify/variables.md index 6999afb3946ce..7c5136eaaaa99 100644 --- a/content/en/monitors/notify/variables.md +++ b/content/en/monitors/notify/variables.md @@ -195,7 +195,7 @@ The `is_exact_match` conditional variable also supports an empty string for the ```text {{#is_exact_match "host.datacenter" ""}} This displays if the attribute or tag does not exist or if it's empty -{{/is_match}} +{{/is_exact_match}} ```