Skip to content

Commit 28293e5

Browse files
authored
Merge pull request #5852 from BoleynSu/master
fix some typos in the docs and the comments
2 parents 9f04239 + 0aba750 commit 28293e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contributors/guide/owners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ emeritus_approvers:
117117

118118
### OWNERS_ALIASES
119119

120-
Each repo may contain at its root an OWNERS_ALIAS file.
120+
Each repo may contain at its root an OWNERS_ALIASES file.
121121

122-
OWNERS_ALIAS files are in YAML format and support the following keys:
122+
OWNERS_ALIASES files are in YAML format and support the following keys:
123123

124124
- `aliases`: a mapping of alias name to a list of GitHub usernames
125125

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)