Skip to content

Commit

Permalink
Fix typo in Clearance::Token docs (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed Dec 22, 2023
1 parent 5ef9427 commit 630f175
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/clearance/token.rb
@@ -1,8 +1,8 @@
module Clearance
# Random token used for password reset and remember tokens.
# Clearance tokens are also public API and are inteded to be used anywhere you
# need a random token to correspond to a given user (e.g. you added an email
# confirmation token).
# Clearance tokens are also public API and are intended to be used anywhere
# you need a random token to correspond to a given user (e.g. you added an
# email confirmation token).
class Token
# Generate a new random, 20 byte hex token.
#
Expand Down

0 comments on commit 630f175

Please sign in to comment.