Skip to content

Commit e022325

Browse files
Fix a single typo
Signed-off-by: Lukasz Gryglicki <[email protected]> Generated with [OpenAI](https://platform.openai.com/) Assisted by [OpenAI](https://platform.openai.com/)
1 parent ba3649c commit e022325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CO_AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ When a commit is made to a repository that has co-authors support enabled, the b
151151

152152
If it does, the backend will process the co-authors as follows, assume trailer value is `name <email>` like `Lukasz Gryglicki <[email protected]>`:
153153

154-
- First we check if email is in format `nuber[email protected]`. If it is we use number part as GitHub user ID and fetch the user from GitHub API. If the user is found, we use that user as co-author.
154+
- First we check if email is in format `number[email protected]`. If it is we use number part as GitHub user ID and fetch the user from GitHub API. If the user is found, we use that user as co-author.
155155

156156
- Second we check if email is in format `[email protected]`. If it is we use username part as GitHub username/login and fetch the user from GitHub API. If the user is found, we use that user as co-author.
157157

0 commit comments

Comments
 (0)