Skip to content

Commit 3ac9b92

Browse files
author
Daniel Neighman
committed
Merge pull request #105 from ahmad-alkheat/master
small typo Thanks!
2 parents 896e331 + 92407d3 commit 3ac9b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/warden/strategies/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Strategies
99
# You _may_ provide a @valid?@ method.
1010
# The valid method should return true or false depending on if the strategy is a valid one for the request.
1111
#
12-
# The parameters for Warden::Strategies.add method is:
12+
# The parameters for Warden::Strategies.add method are:
1313
# <label: Symbol> The label is the name given to a strategy. Use the label to refer to the strategy when authenticating
1414
# <strategy: Class|nil> The optional strategy argument if set _must_ be a class that inherits from Warden::Strategies::Base and _must_
1515
# implement an @authenticate!@ method

0 commit comments

Comments
 (0)