diff --git a/lib/clearance/token.rb b/lib/clearance/token.rb index aa1eafc1..d82fcac1 100644 --- a/lib/clearance/token.rb +++ b/lib/clearance/token.rb @@ -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