Skip to content

Commit

Permalink
Merge pull request liamcurry#28 from pgrodrigues/master
Browse files Browse the repository at this point in the history
fixed function name in documentation
  • Loading branch information
welps committed Feb 29, 2016
2 parents c03a386 + 9b2607e commit fe31130
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 fe31130

Please sign in to comment.