Selaa lähdekoodia

Merge pull request #800 from cbush06/patch-1

Corrected Property Name
Renée Kooi 7 vuotta sitten
vanhempi
commit
3769385c53
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.