From a460d79b0889d90c6bd1eb9c69755bc2720761ba Mon Sep 17 00:00:00 2001 From: Matheus Berkenbrock Nedel Date: Sun, 17 Mar 2019 21:20:06 -0300 Subject: [PATCH] fix text redundancy --- lib/devise/strategies/authenticatable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/devise/strategies/authenticatable.rb b/lib/devise/strategies/authenticatable.rb index afcbef0b..2af7a741 100644 --- a/lib/devise/strategies/authenticatable.rb +++ b/lib/devise/strategies/authenticatable.rb @@ -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. #