Skip to content

Commit

Permalink
fix: typo (#235)
Browse files Browse the repository at this point in the history
"wether" is a castrated male sheep
  • Loading branch information
resonant-riches committed Dec 15, 2023
1 parent bf9fe2a commit 2f474b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/collector/domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func NewDomainCollector(client client.Client, timeout time.Duration, domains ...
),
probeSuccess: prometheus.NewDesc(
prometheus.BuildFQName(namespace, subsystem, "probe_success"),
"wether the probe was successful or not",
"whether the probe was successful or not",
[]string{"domain"},
nil,
),
Expand Down

0 comments on commit 2f474b0

Please sign in to comment.