From 5dd170d2e99a612cc6f1ba1bdee071d4b93bd7a1 Mon Sep 17 00:00:00 2001 From: Beck <20741391+beckxie@users.noreply.github.com> Date: Tue, 11 Feb 2020 00:43:48 +0800 Subject: [PATCH] Docs: Fix formatting typo (#22067) --- docs/sources/alerting/notifications.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/alerting/notifications.md b/docs/sources/alerting/notifications.md index c450c1e5eb1..237f8adeb9a 100644 --- a/docs/sources/alerting/notifications.md +++ b/docs/sources/alerting/notifications.md @@ -134,7 +134,8 @@ Example json body: "tag name":"tag value" }, "title":"[Alerting] Panel Title alert" -}``` +} +``` - **state** - The possible values for alert state are: `ok`, `paused`, `alerting`, `pending`, `no_data`.