Skip to content

Commit 2513be0

Browse files
authored
Fixing minor jsdoc bug
1 parent 0940920 commit 2513be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ class Encore {
410410
* Add a "commons" file that holds JS shared by multiple chunks.
411411
*
412412
* @param {string} name The chunk name (e.g. vendor to create a vendor.js)
413-
* @param {Array} files Array of files to put in the vendor entry
413+
* @param {string|Array} files Array of files to put in the vendor entry
414414
* @returns {Encore}
415415
*/
416416
createSharedEntry(name, files) {

0 commit comments

Comments
 (0)