Skip to content

Commit 9b4c9dc

Browse files
Update documentation
Co-Authored-By: youda97 <[email protected]>
1 parent 181b655 commit 9b4c9dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/file-uploader/file-uploader.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ export class FileUploader implements OnInit {
7070
*/
7171
@Input() accept = [];
7272
/**
73-
* Set to `false` to let the component accept a single file on upload
73+
* Set to `false` to tell the component to only accept a single file on upload.
74+
*
7475
* Defaults to `true`. Accepts multiple files.
7576
*/
7677
@Input() multiple = true;

0 commit comments

Comments
 (0)