mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
DEV: Correct typos and spelling mistakes (#12812)
Over the years we accrued many spelling mistakes in the code base. This PR attempts to fix spelling mistakes and typos in all areas of the code that are extremely safe to change - comments - test descriptions - other low risk areas
This commit is contained in:
@ -38,7 +38,7 @@ describe Auth::GithubAuthenticator do
|
||||
expect(result.email).to eq(user.email)
|
||||
expect(result.email_valid).to eq(true)
|
||||
|
||||
# Authenticates again when user has Github user info
|
||||
# Authenticates again when user has GitHub user info
|
||||
result = authenticator.after_authenticate(data)
|
||||
|
||||
expect(result.email).to eq(user.email)
|
||||
|
Reference in New Issue
Block a user