From c5aab9afe3a05d3a38647cb2e385735fa92f7ade Mon Sep 17 00:00:00 2001 From: Boris Djurdjevic Date: Fri, 19 Apr 2024 16:17:00 +0200 Subject: [PATCH] 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` --- docs/docs/modules/data_connection/document_loaders/custom.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/modules/data_connection/document_loaders/custom.ipynb b/docs/docs/modules/data_connection/document_loaders/custom.ipynb index e32ac0a36d..e349eaeb84 100644 --- a/docs/docs/modules/data_connection/document_loaders/custom.ipynb +++ b/docs/docs/modules/data_connection/document_loaders/custom.ipynb @@ -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",