Skip to content

Commit 0aba750

Browse files
authored
Update app.go
fix a typo
1 parent 8241873 commit 0aba750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func (c *Context) Sort() {
218218
group.Leadership.TechnicalLeads,
219219
group.Leadership.EmeritusLeads} {
220220
sort.Slice(people, func(i, j int) bool {
221-
// This ensure OWNERS / OWNERS_ALIAS files are ordered by github
221+
// This ensure OWNERS / OWNERS_ALIASES files are ordered by github
222222
return people[i].GitHub < people[j].GitHub
223223
})
224224
}

0 commit comments

Comments
 (0)