Merge pull request #1463 from gaurish/patch-3

Typo fix
This commit is contained in:
Robin Ward 2013-09-24 08:58:35 -07:00
commit ddbb0e612c

View file

@ -6,7 +6,7 @@ class Auth::Authenticator
raise NotImplementedError raise NotImplementedError
end end
# can be used to hook in afete the authentication process # can be used to hook in after the authentication process
# to ensure records exist for the provider in the db # to ensure records exist for the provider in the db
# this MUST be implemented for authenticators that do not # this MUST be implemented for authenticators that do not
# trust email # trust email