Fix typo in session_loader.rb

reseting -> resetting
This commit is contained in:
Ikko Ashimine
2022-09-24 01:17:12 +09:00
committed by GitHub
parent e5edd79180
commit 8c339aa364

View File

@@ -55,7 +55,7 @@ class SessionLoader
# Sets the current user. Runs on each HTTP request. The user is set based on
# their API key, their session cookie, or the signed user id param (used when
# reseting a password from an magic email link)
# resetting a password from an magic email link)
#
# Also performs post-load actions, including updating the user's last login
# timestamp, their last used IP, their timezone, their database timeout, their