From 9fedd39e6baf15bb14c7230af364325633a012b5 Mon Sep 17 00:00:00 2001 From: Peter Nguyen Date: Tue, 28 Jan 2025 11:23:50 -0800 Subject: [PATCH] Fix typo 'the an' Signed-off-by: Peter Nguyen --- model/labels.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/labels.go b/model/labels.go index 73b7aa3e..f4a38760 100644 --- a/model/labels.go +++ b/model/labels.go @@ -22,7 +22,7 @@ import ( ) const ( - // AlertNameLabel is the name of the label containing the an alert's name. + // AlertNameLabel is the name of the label containing the alert's name. AlertNameLabel = "alertname" // ExportedLabelPrefix is the prefix to prepend to the label names present in