Fix typos in source documentation (#21046)
Fixed 2 source comment/documentation typos
This commit is contained in:
parent
a0813806d6
commit
596923da4a
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ Devise.setup do |config|
|
|||
# config.request_keys = []
|
||||
|
||||
# Configure which authentication keys should be case-insensitive.
|
||||
# These keys will be downcased upon creating or modifying a user and when used
|
||||
# These keys will be lowercased upon creating or modifying a user and when used
|
||||
# to authenticate or find a user. Default is :email.
|
||||
config.case_insensitive_keys = [:email]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue