Skip to content

Commit 6932e67

Browse files
committed
Update documentation
1 parent 8bbfefa commit 6932e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export class FileUploader implements OnInit {
150150
}
151151

152152
/**
153-
* Registers the function injected to control the touch use of the `FileUploader`.
153+
* Registers the injected function to control the touch use of the `FileUploader`.
154154
*/
155155
registerOnTouched(fn: any) {
156156
this.onTouchedCallback = fn;

0 commit comments

Comments
 (0)