Fix typo of 'defines'

This commit is contained in:
Phil Davis
2022-08-26 10:21:36 +05:45
parent c64c64bbe2
commit d8dddc8891

View File

@@ -20,7 +20,7 @@ type Config struct {
Context context.Context `yaml:"-"`
}
// Notifications definces the config options for the notifications service.
// Notifications defines the config options for the notifications service.
type Notifications struct {
SMTP SMTP `yaml:"SMTP"`
Events Events `yaml:"events"`