Update index.md (#64783)

fix typo
This commit is contained in:
matt abrams 2023-04-24 12:38:00 -10:00 committed by GitHub
parent 57d3027cb0
commit cd205e3f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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