From 53d3a810dda264f6929efe405eacf9391236edee Mon Sep 17 00:00:00 2001 From: Karen Germond <110922559+karengermond@users.noreply.github.com> Date: Thu, 29 Dec 2022 08:03:58 -0500 Subject: [PATCH] Fix https://github.com/grafana/grafana/issues/60772 -- typo in alerting-rules-edit-mimir-loki-namespace-group (#60796) Fix https://github.com/grafana/grafana/issues/60772 --- .../alerting/alerting-rules/edit-mimir-loki-namespace-group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/alerting/alerting-rules/edit-mimir-loki-namespace-group.md b/docs/sources/alerting/alerting-rules/edit-mimir-loki-namespace-group.md index e539852b188..dfc01986dd3 100644 --- a/docs/sources/alerting/alerting-rules/edit-mimir-loki-namespace-group.md +++ b/docs/sources/alerting/alerting-rules/edit-mimir-loki-namespace-group.md @@ -38,7 +38,7 @@ A new namespace is created and all groups are copied into this namespace from th The rules within a group are run sequentially at a regular interval, the default interval is one (1) minute. You can modify this interval using the following instructions. -1. n the Grafana menu, click the **Alerting** (bell) icon to open the Alerting page listing existing alerts. +1. In the Grafana menu, click the **Alerting** (bell) icon to open the Alerting page listing existing alerts. 1. Find a Grafana Mimir or Loki managed rule with the group you want to edit. 1. Click **Edit** (pen) icon. 1. Modify the **Rule group** and **Rule group evaluation interval** information as necessary.