diff --git a/pkg/types/types.go b/pkg/types/types.go index 70659d355f8e..089b6018832b 100644 --- a/pkg/types/types.go +++ b/pkg/types/types.go @@ -5,7 +5,7 @@ import ( ) // User holds kyma development team user details. -// It provides mapping of varous details used for integration different systems. +// It provides mapping of varous details used fo integration different systems. // It holds information about automerge notification preferences. type User struct { ComGithubUsername string `yaml:"com.github.username,omitempty"`