lib/devise.rb in devise-3.2.2 vs lib/devise.rb in devise-3.2.3
- old
+ new
@@ -234,16 +234,16 @@
# in the initialization process and should be set to a string.
mattr_accessor :parent_mailer
@@parent_mailer = "ActionMailer::Base"
# The router Devise should use to generate routes. Defaults
- # to :main_app. Should be overriden by engines in order
+ # to :main_app. Should be overridden by engines in order
# to provide custom routes.
mattr_accessor :router_name
@@router_name = nil
- # Set the omniauth path prefix so it can be overriden when
+ # Set the omniauth path prefix so it can be overridden when
# Devise is used in a mountable engine
mattr_accessor :omniauth_path_prefix
@@omniauth_path_prefix = nil
# Set if we should clean up the CSRF Token on authentication
@@ -272,10 +272,10 @@
# When true, enter in paranoid mode to avoid user enumeration.
mattr_accessor :paranoid
@@paranoid = false
- # When true, warn user if he just used next-to-last attempt of authentication
+ # When true, warn user if they just used next-to-last attempt of authentication
mattr_accessor :last_attempt_warning
@@last_attempt_warning = false
# Stores the token generator
mattr_accessor :token_generator