Chore: fix spelling of GitHub (#26182)

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This commit is contained in:
Josh Soref
2020-07-22 08:12:50 -07:00
committed by GitHub
co-authored by Diana Payton
parent a13a9e2ef6
commit 7d08a8497a
11 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ func NewOAuthService() {
}
}
// Generic - Uses the same scheme as Github.
// Generic - Uses the same scheme as GitHub.
if name == "generic_oauth" {
SocialMap["generic_oauth"] = &SocialGenericOAuth{
SocialBase: newSocialBase(name, &config, info),