Skip to content

Commit db9d31a

Browse files
Update custom.md
1 parent 5d6ea56 commit db9d31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notifier/custom.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
type CustomNotifierConfig struct{}
1414

1515
// GetNotifier returns a notfier that implement ffnotifier.Notifier
16-
func (c *CustomNotifier) GetNotifier(config ffclient.Config) (ffnotifier.Notifier, error) {
16+
func (c *CustomNotifierConfig) GetNotifier(config ffclient.Config) (ffnotifier.Notifier, error) {
1717
return &CustomNotifier{}, nil
1818
}
1919

0 commit comments

Comments
 (0)