Skip to content

Commit

Permalink
update jsdoc module name in totpCheckWithWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojz committed Feb 27, 2018
1 parent 51caae5 commit 2dc5ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/otplib-core/totpCheckWithWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function getPrevWindowOption(options, windowCount) {
* Checks the provided OTP token against system generated token
* with support for checking previous x time-step windows
*
* @module otplib-core/totpCheck
* @module otplib-core/totpCheckWithWindow
* @param {string} token - the OTP token to check
* @param {string} secret - your secret that is used to generate the token
* @param {object} options - options which was used to generate it originally
Expand Down

0 comments on commit 2dc5ea4

Please sign in to comment.