Skip to content

Commit

Permalink
docs: fix acceptedFiles arg type
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandjitsu committed Oct 9, 2024
1 parent b10f70c commit 42d90f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Inspired by https://github.com/enyo/dropzone
*
* @param file {File} https://developer.mozilla.org/en-US/docs/Web/API/File
* @param acceptedFiles {string}
* @param acceptedFiles {string|string[]}
* @returns {boolean}
*/

Expand Down

0 comments on commit 42d90f3

Please sign in to comment.