Fixed spelling error
This commit is contained in:
parent
2920f3430d
commit
0df6cd1758
|
@ -90,7 +90,7 @@ func (e *Group) DirName(prefix string) string {
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetupGitHubTeams will iterate over all the possible teams available to a
|
// SetupGitHubTeams will iterate over all the possible teams available to a
|
||||||
// group (these are defined by the Kubernetes organisation) and populate a
|
// group (these are defined by the Kubernetes organization) and populate a
|
||||||
// list using the group's prefix.
|
// list using the group's prefix.
|
||||||
func (e *Group) SetupGitHubTeams(prefix string) {
|
func (e *Group) SetupGitHubTeams(prefix string) {
|
||||||
ghPrefix := e.Contact.GithubTeamPrefix
|
ghPrefix := e.Contact.GithubTeamPrefix
|
||||||
|
|
Loading…
Reference in New Issue