Skip to content

Commit

Permalink
fixed function name in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrodrigues committed Feb 25, 2016
1 parent c03a386 commit 9b2607e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/passport-steam/strategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var util = require('util')
* ));
*
* @param {Object} options
* @param {Function} verify
* @param {Function} validate
* @api public
*/
function Strategy(options, validate) {
Expand Down

0 comments on commit 9b2607e

Please sign in to comment.