DEV: Correct spelling mistakes in comments

This commit is contained in:
Josh Soref
2021-05-20 23:37:17 -04:00
committed by GitHub
parent afb2b4c6b9
commit 13d40ead97
10 changed files with 11 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ class Auth::ManagedAuthenticator < Auth::Authenticator
info["email"] || info["nickname"] || info["name"]
end
# These three methods are designed to be overriden by child classes
# These three methods are designed to be overridden by child classes
def match_by_email
true
end