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`
pull/20660/head
Boris Djurdjevic 6 months ago committed by GitHub
parent 36084e7500
commit c5aab9afe3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,7 +33,7 @@
"|----------------|--------------------------------|\n",
"| Document | Contains `text` and `metadata` |\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",
"\n",
"This guide will demonstrate how to write custom document loading and file parsing logic; specifically, we'll see how to:\n",

Loading…
Cancel
Save