Skip to content

Commit 181b655

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

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,17 @@ export class FileUploader implements OnInit {
5252
*/
5353
static fileUploaderCount = 0;
5454
/**
55-
* Accessible text for the button that opens the upload window
55+
* Accessible text for the button that opens the upload window.
56+
*
5657
* Defaults to the `FILE_UPLOADER.OPEN` value from the i18n service
5758
*/
5859
@Input() buttonText = this.i18n.get().FILE_UPLOADER.OPEN;
5960
/**
60-
* text that is set to the title
61+
* Text set to the title
6162
*/
6263
@Input() title: string;
6364
/**
64-
* text that is set to the description
65+
* Text set to the description
6566
*/
6667
@Input() description: string;
6768
/**
@@ -70,7 +71,7 @@ export class FileUploader implements OnInit {
7071
@Input() accept = [];
7172
/**
7273
* Set to `false` to let the component accept a single file on upload
73-
* deafult value is `true`
74+
* Defaults to `true`. Accepts multiple files.
7475
*/
7576
@Input() multiple = true;
7677
/**

0 commit comments

Comments
 (0)