Skip to content

Commit

Permalink
fix: correct JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Sep 20, 2023
1 parent 98eec74 commit bb071e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/util/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function readFileAsJSON(file) {
* @param {Object} [options]
* @param {string[]} [options.searchPaths]
* @param {boolean} [options.absolute=true]
* @param {boolean} [options.nodir=true]
* @param {boolean} [options.onlyFiles=true]
*
* @return {string[]}
*/
Expand Down

0 comments on commit bb071e7

Please sign in to comment.