Skip to content

Commit

Permalink
fix getFilesList description
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Nov 7, 2022
1 parent d0d6c71 commit 16bf367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 16bf367

Please sign in to comment.