docs: Fix minor typo in data_connection/document_loaders/custom (#20648)

**Description:**
Minor documentation typo fix in
`data_connection/document_loaders/custom`: `thta's` -> `that's`
This commit is contained in:
Boris Djurdjevic 2024-04-19 16:17:00 +02:00 committed by GitHub
parent 36084e7500
commit c5aab9afe3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@
"|----------------|--------------------------------|\n", "|----------------|--------------------------------|\n",
"| Document | Contains `text` and `metadata` |\n", "| Document | Contains `text` and `metadata` |\n",
"| BaseLoader | Use to convert raw data into `Documents` |\n", "| BaseLoader | Use to convert raw data into `Documents` |\n",
"| Blob | A representation of binary data thta's located either in a file or in memory |\n", "| Blob | A representation of binary data that's located either in a file or in memory |\n",
"| BaseBlobParser | Logic to parse a `Blob` to yield `Document` objects |\n", "| BaseBlobParser | Logic to parse a `Blob` to yield `Document` objects |\n",
"\n", "\n",
"This guide will demonstrate how to write custom document loading and file parsing logic; specifically, we'll see how to:\n", "This guide will demonstrate how to write custom document loading and file parsing logic; specifically, we'll see how to:\n",