diff --git a/scripts/wallet.js b/scripts/wallet.js index 0c209cb70..7d6ed35b1 100644 --- a/scripts/wallet.js +++ b/scripts/wallet.js @@ -903,7 +903,7 @@ export async function cleanAndVerifySeedPhrase( /** * Display a Seed Phrase popup to the user and optionally wait for a Seed Passphrase - * @param {String} mnemonic - The Seed Phrase to display to the user + * @param {string} mnemonic - The Seed Phrase to display to the user * @returns {Promise} - The Mnemonic Passphrase (empty string if omitted by user) */ function informUserOfMnemonic(mnemonic) {