Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Jul 28, 2023
1 parent 2fbddf5 commit a6267e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cordova/import_messages.action.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a6267e4

Please sign in to comment.