diff options
| author | Matt Farina <matt@mattfarina.com> | 2017-09-26 10:08:01 -0400 |
|---|---|---|
| committer | Matt Farina <matt@mattfarina.com> | 2017-09-26 10:08:01 -0400 |
| commit | 0df6cd17585954ddf4b5ef27b34c1d041fb44c0e (patch) | |
| tree | 65e6394f7e0b74e0868b35c3929ff5d963be2d91 /generator/app.go | |
| parent | 2920f3430d8df517655ca9c79a89f4eb8922768e (diff) | |
Fixed spelling error
Diffstat (limited to 'generator/app.go')
| -rw-r--r-- | generator/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/app.go b/generator/app.go index 99336c0d..e0dd17b1 100644 --- a/generator/app.go +++ b/generator/app.go @@ -90,7 +90,7 @@ func (e *Group) DirName(prefix string) string { } // 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. func (e *Group) SetupGitHubTeams(prefix string) { ghPrefix := e.Contact.GithubTeamPrefix |
