Skip to content

Commit 53382bd

Browse files
committed
fixing minor bug in jsdoc
1 parent 618d102 commit 53382bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ class Encore {
436436
* This is useful for older packages, that might
437437
* expect jQuery (or something else) to be a global variable.
438438
*
439-
* @param {Array} variables
439+
* @param {object} variables
440440
* @returns {Encore}
441441
*/
442442
autoProvideVariables(variables) {

0 commit comments

Comments
 (0)