From fc9d26b7de4d50dae88a93f1863a9dbdf09d18d4 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 10 Sep 2019 10:00:12 +0200 Subject: [PATCH] Fixed typo --- src/web-auth/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web-auth/index.js b/src/web-auth/index.js index 77607386..997b9328 100644 --- a/src/web-auth/index.js +++ b/src/web-auth/index.js @@ -589,7 +589,7 @@ WebAuth.prototype.changePassword = function(options, cb) { * * @method passwordlessStart * @param {Object} options - * @param {String} options.send what will be sent via email which could be `link` or `code`. For SMS `code` is the only one valud + * @param {String} options.send what will be sent via email which could be `link` or `code`. For SMS `code` is the only one valid * @param {String} [options.phoneNumber] phone number where to send the `code`. This parameter is mutually exclusive with `email` * @param {String} [options.email] email where to send the `code` or `link`. This parameter is mutually exclusive with `phoneNumber` * @param {String} options.connection name of the passwordless connection