Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
openbl authored and anakinj committed Oct 24, 2024
1 parent 42f905c commit c8626a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jwt/encoded_token.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module JWT
# token.sign!(algorithm: 'HS256', key: 'secret')
#
# encoded_token = JWT::EncodedToken.new(token.jwt)
# encoded_token.verify_signature!algorithm: 'HS256', key: 'secret')
# encoded_token.verify_signature!(algorithm: 'HS256', key: 'secret')
# encoded_token.payload # => {'pay' => 'load'}
class EncodedToken
include Claims::VerificationMethods
Expand Down

0 comments on commit c8626a6

Please sign in to comment.