Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krivak committed Sep 9, 2023
1 parent da8394e commit 87e1ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (c *Collector) collectLANUserTable(
) {
clientGauge := prometheus.NewGaugeVec(prometheus.GaugeOpts{
Name: "connect_box_lan_client",
Help: "cm_docsis_mode.",
Help: "LAN client.",
}, []string{
"connection",
"interface",
Expand Down

0 comments on commit 87e1ae7

Please sign in to comment.