Skip to content

Commit

Permalink
Fix typo in Clearance::Token docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw authored Dec 22, 2023
1 parent 5ef9427 commit 27852ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/clearance/token.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
# 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
Expand Down

0 comments on commit 27852ef

Please sign in to comment.