From 4f4f3a99c13f7b88517ccd4816c5d35a31d433a3 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 6 Jun 2023 08:01:58 +0100 Subject: [PATCH] [v10.0.x] Fix: Fixed a typo in reference.md (#69593) Fix: Fixed a typo in reference.md (#69204) * Update reference.md Fixed typo: `i` to `in` * Ran prettier (cherry picked from commit 09eca5981b86ad052efadcedbffa8cdf753caa87) Co-authored-by: arun tvs --- .../manage-notifications/template-notifications/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/alerting/manage-notifications/template-notifications/reference.md b/docs/sources/alerting/manage-notifications/template-notifications/reference.md index 96a020ff83b..a283bb37f02 100644 --- a/docs/sources/alerting/manage-notifications/template-notifications/reference.md +++ b/docs/sources/alerting/manage-notifications/template-notifications/reference.md @@ -41,7 +41,7 @@ weight: 400 | Resolved alerts | `[]Alert` | List of all resolved alerts in this notification | `There are {{ len .Alerts.Resolved }} resolved alerts` | | GroupLabels | `KV` | The labels that group these alerts in this | `{{ .GroupLabels }}` | | CommonLabels | `KV` | The labels common to all alerts in this notification | `{{ .CommonLabels }}` | -| CommonAnnotations | `KV` | The annotations common to all alerts i this notification | `{{ .CommonAnnotations }}` | +| CommonAnnotations | `KV` | The annotations common to all alerts in this notification | `{{ .CommonAnnotations }}` | | ExternalURL | `string` | A link to Grafana, or the Alertmanager that sent this notification if using an external Alertmanager | `{{ .ExternalURL }}` | ### KV