Merge pull request #4462 from owncloud/fix-typo-2022-08-26

[docs-only] Fix typo 2022-08-26
This commit is contained in:
Phil Davis
2022-08-26 18:33:53 +05:45
committed by GitHub
2 changed files with 2 additions and 2 deletions

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"`