diff --git a/docs/docs/modules/data_connection/document_loaders/custom.ipynb b/docs/docs/modules/data_connection/document_loaders/custom.ipynb index 2daf8526090..e32ac0a36d0 100644 --- a/docs/docs/modules/data_connection/document_loaders/custom.ipynb +++ b/docs/docs/modules/data_connection/document_loaders/custom.ipynb @@ -29,12 +29,12 @@ "The main abstractions for Document Loading are:\n", "\n", "\n", - "| Component | Description |\n", - "|--------------------|--------------------------------|\n", - "| Document | Contains `text` and `metadata` |\n", - "| BaseDocumentLoader | 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", - "| BaseBlobParser | Logic to parse a `Blob` to yield `Document` objects |\n", + "| Component | Description |\n", + "|----------------|--------------------------------|\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", + "| 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", "\n",