Skip to content

Commit 3a53a26

Browse files
Fix spelling error in DataProcessing.md
Corrected the spelling of 'bulik' to 'bulk' in the documentation.
1 parent 92c9299 commit 3a53a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DataProcessing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ There are two methods to use your own data in this solution. It takes roughly 10
3232
You can upload through the user interface files that you would like processed. These files are uploaded to blob storage, processed, and added to the Azure AI Search index. File uploads are limited to 500MB and restricted to the following file formats: Office Files, TXT, PDF, TIFF, JPG, PNG.
3333

3434
2. <u>Bulk File Processing</u><br/>
35-
You can take buik file processing since the web app saves uploaded files here also. This would be the ideal to upload a large number of document or files that are large in size.
35+
You can take bulk file processing since the web app saves uploaded files here also. This would be the ideal to upload a large number of document or files that are large in size.
3636

3737
> **Document Upload Limit:** <br/>
3838
Please ensure that the document you upload does not exceed a maximum size of 250 MB.

0 commit comments

Comments
 (0)