1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

minor grammar fix in rememberable documentation (#4550)

This commit is contained in:
Mark Donald Amobi 2017-12-07 19:16:27 -06:00 committed by Leonardo Tegon
parent f8c1ee0f90
commit 4f2e915833

View file

@ -4,7 +4,7 @@ require 'devise/hooks/forgetable'
module Devise module Devise
module Models module Models
# Rememberable manages generating and clearing token for remember the user # Rememberable manages generating and clearing token for remembering the user
# from a saved cookie. Rememberable also has utility methods for dealing # from a saved cookie. Rememberable also has utility methods for dealing
# with serializing the user into the cookie and back from the cookie, trying # with serializing the user into the cookie and back from the cookie, trying
# to lookup the record based on the saved information. # to lookup the record based on the saved information.