fix text redundancy

This commit is contained in:
Matheus Berkenbrock Nedel
2019-03-17 21:20:06 -03:00
parent 2f3a59640b
commit a460d79b08

View File

@@ -28,7 +28,7 @@ module Devise
private
# Receives a resource and check if it is valid by calling valid_for_authentication?
# An optional block that will be triggered while validating can be optionally
# A block that will be triggered while validating can be optionally
# given as parameter. Check Devise::Models::Authenticatable.valid_for_authentication?
# for more information.
#