lib/devise/models/rememberable.rb in devise-3.2.2 vs lib/devise/models/rememberable.rb in devise-3.2.3
- old
+ new
@@ -15,10 +15,10 @@
#
# Rememberable adds the following options in devise_for:
#
# * +remember_for+: the time you want the user will be remembered without
# asking for credentials. After this time the user will be blocked and
- # will have to enter his credentials again. This configuration is also
+ # will have to enter their credentials again. This configuration is also
# used to calculate the expires time for the cookie created to remember
# the user. By default remember_for is 2.weeks.
#
# * +extend_remember_period+: if true, extends the user's remember period
# when remembered via cookie. False by default.