From 2dc5ea4c7bfb153c62998fdf3b0c3f3b0a9a2f30 Mon Sep 17 00:00:00 2001 From: Gerald Yeo Date: Tue, 27 Feb 2018 23:52:13 +0800 Subject: [PATCH] update jsdoc module name in totpCheckWithWindow --- packages/otplib-core/totpCheckWithWindow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/otplib-core/totpCheckWithWindow.js b/packages/otplib-core/totpCheckWithWindow.js index 54869a8f..16c3d8f2 100644 --- a/packages/otplib-core/totpCheckWithWindow.js +++ b/packages/otplib-core/totpCheckWithWindow.js @@ -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