Skip to content

Commit

Permalink
Merge pull request #4462 from owncloud/fix-typo-2022-08-26
Browse files Browse the repository at this point in the history
[docs-only] Fix typo 2022-08-26
  • Loading branch information
phil-davis committed Aug 26, 2022
2 parents da6237b + ef04aeb commit b79de5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ocis-pkg/config/envdecode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variables. It's basically a fork of https://github.com/joeshaw/envdecode,
but changed to support multiple environment variables (precedence).

`envdecode` uses struct tags to map environment variables to fields,
allowing you you use any names you want for environment variables.
allowing you to use any names you want for environment variables.
`envdecode` will recurse into nested structs, including pointers to
nested structs, but it will not allocate new pointers to structs.

Expand Down
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 b79de5f

Please sign in to comment.