diff --git a/lib/map_old_to_new_file_path.js b/lib/map_old_to_new_file_path.js index 33ce057..3b46267 100644 --- a/lib/map_old_to_new_file_path.js +++ b/lib/map_old_to_new_file_path.js @@ -3,7 +3,7 @@ const grunt = require( 'grunt' ); /** * Replaces file names in the passed filePath with the file names in the fileMappings. * - * @param {string} filePath The path to the file where the filenames should be replaced. + * @param {string} filePath The path to the file where the filenames should be replaced. * @param {Object} fileMappings The file names to replace and the file names they should be replaced with. * * @return {void}