From 06438794e1e642ff6d741e691a5ab09f86028c8b Mon Sep 17 00:00:00 2001 From: Istora Mandiri <1696942+IstoraMandiri@users.noreply.github.com> Date: Thu, 2 Feb 2023 14:32:35 +0700 Subject: [PATCH] Fix typo in textsplitter docs (#825) --- docs/modules/utils/combine_docs_examples/textsplitter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/utils/combine_docs_examples/textsplitter.ipynb b/docs/modules/utils/combine_docs_examples/textsplitter.ipynb index 2837f459d68..6f1110bd0f5 100644 --- a/docs/modules/utils/combine_docs_examples/textsplitter.ipynb +++ b/docs/modules/utils/combine_docs_examples/textsplitter.ipynb @@ -152,7 +152,7 @@ "metadata": {}, "source": [ "## Document creation\n", - "We can also use the text splitter to create \"Documents\" directly. Documents a way of bundling pieces of text with associated metadata so that chains can interact with them. We can also create documents with empty metadata though!\n", + "We can also use the text splitter to create \"Documents\" directly. Documents are a way of bundling pieces of text with associated metadata so that chains can interact with them. We can also create documents with empty metadata though!\n", "\n", "In the below example, we pass two pieces of text to get split up (we pass two just to show off the interface of splitting multiple pieces of text)." ]