1
0
mirror of synced 2026-05-22 21:53:18 +00:00

fix spelling

This commit is contained in:
Hongwei Peng
2019-07-17 21:34:41 +08:00
parent 8d1f700e7f
commit 0ed3092d53
13 changed files with 15 additions and 15 deletions
@@ -58,7 +58,7 @@ public class AuthGithubRequest extends AuthDefaultRequest {
.location(object.getString("location"))
.email(object.getString("email"))
.remark(object.getString("bio"))
.gender(AuthUserGender.UNKNOW)
.gender(AuthUserGender.UNKNOWN)
.token(authToken)
.source(AuthSource.GITHUB)
.build();