From a6267e470444bcfc1672137ff93b1eeeb008c565 Mon Sep 17 00:00:00 2001 From: Sander Bruens Date: Fri, 28 Jul 2023 19:19:08 -0400 Subject: [PATCH] Fix typo. --- src/cordova/import_messages.action.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cordova/import_messages.action.mjs b/src/cordova/import_messages.action.mjs index b9681795a9..da3f6899fa 100644 --- a/src/cordova/import_messages.action.mjs +++ b/src/cordova/import_messages.action.mjs @@ -28,9 +28,9 @@ const VALID_PLATFORMS = [ANDROID, IOS]; const SOURCE_MESSAGES_DIR = 'www/messages'; /** - * Verifies and returns the specified platform. - * @param {string[]} parameters The list of action arguments passed in - * @returns {Object} Object containing the specificed platform. + * Parses and verifies the action parameters and returns the specified platform. + * @param {string[]} parameters The list of action arguments passed in. + * @returns {Object} Object containing the specified platform. */ function getActionParameters(cliArguments) { const {