Add missing word in comment.
This commit is contained in:
parent
86244db799
commit
b150c5768c
|
@ -156,7 +156,7 @@ func Main() int {
|
|||
prometheus.MustRegister(configSuccess)
|
||||
prometheus.MustRegister(configSuccessTime)
|
||||
|
||||
// The notification is a dependency of the rule manager. It has to be
|
||||
// The notification handler is a dependency of the rule manager. It has to be
|
||||
// started before and torn down afterwards.
|
||||
go notificationHandler.Run()
|
||||
defer notificationHandler.Stop()
|
||||
|
|
Loading…
Reference in New Issue