Skip to content

Commit

Permalink
Fix typo ehancement -> enhancement
Browse files Browse the repository at this point in the history
While reading the docs for `Rack::Session::Encryptor` I noticed the typo.
  • Loading branch information
parndt authored and ioquatix committed Aug 29, 2022
1 parent b00e546 commit ffff10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/session/encryptor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class InvalidMessage < Error
# Options may include:
# * :serialize_json
# Use JSON for message serialization instead of Marshal. This can be
# viewed as a security ehancement.
# viewed as a security enhancement.
# * :pad_size
# Pad encrypted message data, to a multiple of this many bytes
# (default: 32). This can be between 2-4096 bytes, or +nil+ to disable
Expand Down

0 comments on commit ffff10c

Please sign in to comment.