소스 검색

Merge pull request #800 from cbush06/patch-1

Corrected Property Name
Renée Kooi 7 년 전
부모
커밋
3769385c53
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.
 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.
 Whether to allow the user to select multiple files at once.