Skip to content

Commit 42d90f3

Browse files
committed
docs: fix acceptedFiles arg type
1 parent b10f70c commit 42d90f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Inspired by https://github.com/enyo/dropzone
66
*
77
* @param file {File} https://developer.mozilla.org/en-US/docs/Web/API/File
8-
* @param acceptedFiles {string}
8+
* @param acceptedFiles {string|string[]}
99
* @returns {boolean}
1010
*/
1111

0 commit comments

Comments
 (0)