diff --git a/pkg/types/types.go b/pkg/types/types.go index 1e582a6bbdf4..970b41a9c9ca 100644 --- a/pkg/types/types.go +++ b/pkg/types/types.go @@ -14,7 +14,7 @@ type User struct { AutomergeNotifications bool `yaml:"automerge.notification,omitempty"` } -// Alias holds mapping between owners filealias and slack groups and channels names. +// Alias holds mapping between owners filealias and slack grous and channels names. // It holds information if automerge notification is enabled. type Alias struct { ComGithubAliasname string `yaml:"com.github.aliasname,omitempty"`