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
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ require 'devise/hooks/forgetable'
module Devise
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
# with serializing the user into the cookie and back from the cookie, trying
# to lookup the record based on the saved information.