Remove a couple more gendered pronouns

This commit is contained in:
Erik Michaels-Ober 2013-12-05 09:03:28 +01:00
parent 26e85c44e2
commit 4e7cd18a04
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ module Devise
request.env["devise.allow_params_authentication"] = true
end
# The scope root url to be used when he's signed in. By default, it first
# The scope root url to be used when they're signed in. By default, it first
# tries to find a resource_root_path, otherwise it uses the root_path.
def signed_in_root_path(resource_or_scope)
scope = Devise::Mapping.find_scope!(resource_or_scope)

View File

@ -4,7 +4,7 @@ module Devise
module Models
# Timeoutable takes care of verifyng whether a user session has already
# expired or not. When a session expires after the configured time, the user
# will be asked for credentials again, it means, he/she will be redirected
# will be asked for credentials again, it means, they will be redirected
# to the sign in page.
#
# == Options