Skip to content

Commit 84a26db

Browse files
authored
Merge pull request #752 from petern48/patch-2
Fix typo 'the an'
2 parents a784287 + 9fedd39 commit 84a26db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/labels.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
)
2323

2424
const (
25-
// AlertNameLabel is the name of the label containing the an alert's name.
25+
// AlertNameLabel is the name of the label containing the alert's name.
2626
AlertNameLabel = "alertname"
2727

2828
// ExportedLabelPrefix is the prefix to prepend to the label names present in

0 commit comments

Comments
 (0)