Commit aea39291 by huanggze Committed by GitHub

Fix typo (#22923)

Signed-off-by: huanggze <loganhuang@yunify.com>
parent 8e131384
...@@ -68,7 +68,7 @@ func getServicesWithOverrides() []*Descriptor { ...@@ -68,7 +68,7 @@ func getServicesWithOverrides() []*Descriptor {
} }
// Service interface is the lowest common shape that services // Service interface is the lowest common shape that services
// are expected to forfill to be started within Grafana. // are expected to fulfill to be started within Grafana.
type Service interface { type Service interface {
// Init is called by Grafana main process which gives the service // Init is called by Grafana main process which gives the service
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment