diff --git a/scripts/helpers.js b/scripts/helpers.js index 5c1adbe2..bffdba81 100644 --- a/scripts/helpers.js +++ b/scripts/helpers.js @@ -16,7 +16,7 @@ const writeFile = async (filePath, content) => { }; /** - * Gets list of files in directory + * Gets list of `.js` files in directory * @param {string} relativeDirPath relative path to directory * @returns {string[]} array of file names */