Browse Source

Merge pull request #800 from cbush06/patch-1

Corrected Property Name
Renée Kooi 7 năm trước cách đây
mục cha
commit
3769385c53
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      website/src/docs/fileinput.md

+ 1 - 1
website/src/docs/fileinput.md

@@ -29,7 +29,7 @@ uppy.use(FileInput, {
 
 DOM element, CSS selector, or plugin to mount the file input into.
 
-### `multipleFiles: true`
+### `allowMultipleFiles: true`
 
 Whether to allow the user to select multiple files at once.