From cd205e3f466d6649fc1dbe463f6a01085cd8cba1 Mon Sep 17 00:00:00 2001 From: matt abrams <37156449+zuchka@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:38:00 -1000 Subject: [PATCH] Update index.md (#64783) fix typo --- docs/sources/tutorials/create-alerts-from-flux-queries/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/tutorials/create-alerts-from-flux-queries/index.md b/docs/sources/tutorials/create-alerts-from-flux-queries/index.md index 405b4f861cd..a039afbf5dc 100644 --- a/docs/sources/tutorials/create-alerts-from-flux-queries/index.md +++ b/docs/sources/tutorials/create-alerts-from-flux-queries/index.md @@ -27,7 +27,7 @@ For Example 1, let's consider the following scenario: we are monitoring one tank We want to write a Grafana alert that will trigger whenever the temperature in tank `A5` crosses the lower threshold of 30 °C or the upper threshold of 60 °C. -To do this, we'll: 1. create a Grafana alert rule. 1. add a Flux query. 1. add expressions to the alert rule. +To do this, we'll: create a Grafana alert rule, add a Flux query, and then add expressions to the alert rule. ### Create a Grafana Alert rule