Skip to content

Commit 903ec8a

Browse files
committed
fix parsing error
1 parent 9f91c72 commit 903ec8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-reference/ask/ask-for-file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If a project ID is configured, the messages will be uploaded to the cloud storag
1212
Text displayed above the upload button.
1313
</ParamField>
1414
<ParamField path="accept" type="Union[List[str], Dict[str, List[str]]]">
15-
List of mime type to accept like ["text/csv", "application/pdf"] or a dict like {"text/plain": [".txt", ".py"]}.
15+
List of mime type to accept like `["text/csv", "application/pdf"]` or a dict like `{"text/plain": [".txt", ".py"]}`.
1616
More infos here https://react-dropzone.org/#!/Accepting%20specific%20file%20types.
1717
</ParamField>
1818
<ParamField path="max_size_mb" type="int" optional>

0 commit comments

Comments
 (0)