Skip to content

Commit 097526a

Browse files
authored
Fix a "dangarous" typo in a log message
1 parent 98df70d commit 097526a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/checks/promql_counter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ LOOP:
131131
Severity: Warning,
132132
Diagnostics: []diags.Diagnostic{
133133
{
134-
Message: fmt.Sprintf("`%s` is a counter according to metrics metadata from %s, it can be dangarous to use its value directly.",
134+
Message: fmt.Sprintf("`%s` is a counter according to metrics metadata from %s, it can be dangerous to use its value directly.",
135135
selector.Name,
136136
promText(c.prom.Name(), metadata.URI),
137137
),

0 commit comments

Comments
 (0)