Skip to content

Commit e39db4e

Browse files
committed
Fix comment
1 parent d316615 commit e39db4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collectors/prometheus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ func (p *PrometheusExporter) Start() error {
189189
}
190190

191191
// Finally, we'll launch the HTTP server that Prometheus will use to
192-
// scape our metrics.
192+
// scrape our metrics.
193193
go func() {
194194
errorLogger := log.New(
195195
os.Stdout, "promhttp",

0 commit comments

Comments
 (0)