Skip to content

Commit

Permalink
Fix typo of 'defines'
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Aug 26, 2022
1 parent c64c64b commit d8dddc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/notifications/pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit d8dddc8

Please sign in to comment.