aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/message_encryptor.rb
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2019-02-15 21:16:18 +0530
committerGitHub <noreply@github.com>2019-02-15 21:16:18 +0530
commit607470c9b40388a5fc454ec9363c7af2d51fcf1e (patch)
tree18025c40e91d82dc4e36eab3121394b5d861edda /activesupport/lib/active_support/message_encryptor.rb
parentb414ca3f17c76fb1cc43d79fbffd2f3ed95acdde (diff)
parent0aebca9f25724d75178d31c88c0ee2ac1474ec1a (diff)
downloadrails-607470c9b40388a5fc454ec9363c7af2d51fcf1e.tar.gz
rails-607470c9b40388a5fc454ec9363c7af2d51fcf1e.tar.bz2
rails-607470c9b40388a5fc454ec9363c7af2d51fcf1e.zip
Merge pull request #35288 from conradbeach/fix-typos
Fix Small Typo in Docs [ci skip]
Diffstat (limited to 'activesupport/lib/active_support/message_encryptor.rb')
-rw-r--r--activesupport/lib/active_support/message_encryptor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/message_encryptor.rb b/activesupport/lib/active_support/message_encryptor.rb
index 6f7302e732..7d6f8937f0 100644
--- a/activesupport/lib/active_support/message_encryptor.rb
+++ b/activesupport/lib/active_support/message_encryptor.rb
@@ -53,7 +53,7 @@ module ActiveSupport
# crypt.encrypt_and_sign(parcel, expires_in: 1.month)
# crypt.encrypt_and_sign(doowad, expires_at: Time.now.end_of_year)
#
- # Then the messages can be verified and returned upto the expire time.
+ # Then the messages can be verified and returned up to the expire time.
# Thereafter, verifying returns +nil+.
#
# === Rotating keys