Skip to content

Commit f611a04

Browse files
authored
Minor corrections to documentation
1 parent bc3baf5 commit f611a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/docs/controls/FilePicker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ interface `IFilePickerResult`
8080
Provides options for carousel buttons location.
8181

8282
| Value | Type | Description |
83-
| ---- | ---- |
84-
| fileName | string | File namr of the result with the extension. |
83+
| ---- | ---- | ---- |
84+
| fileName | string | File name of the result with the extension. |
8585
| fileNameWithoutExtension | string | File name of the result without the extension. |
8686
| fileAbsoluteUrl | string | Absolute URL of the file. Null in case of file upload. |
8787
| downloadFileContent | () => Promise<File> | Function allows to download file content. Returns File object. |

0 commit comments

Comments
 (0)