From a6fd754f758b516ff12133bfd17f42e540497ace Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Thu, 3 Dec 2020 10:12:56 +0100 Subject: [PATCH] Fix typo --- app/scripts/network-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/network-helper.js b/app/scripts/network-helper.js index be837b6..73d76ae 100644 --- a/app/scripts/network-helper.js +++ b/app/scripts/network-helper.js @@ -56,7 +56,7 @@ module.exports.fetchHTML = async function (url) { * and token obtained previously. Save cookies on your * device after authentication. * @param {Credentials} credentials Platform access credentials - * @param {Boolea} force Specifies whether the request should be forced, ignoring any saved cookies + * @param {Boolean} force Specifies whether the request should be forced, ignoring any saved cookies * @returns {Promise} Result of the operation */ module.exports.authenticate = async function (credentials, force) {