From cbb4860fcd87ba1dc0d5ecd440a75123dfb058b3 Mon Sep 17 00:00:00 2001 From: ItzPAX <54080059+ItzPAX@users.noreply.github.com> Date: Thu, 14 Sep 2023 02:09:11 +0200 Subject: [PATCH] fix typo in aleph_alpha.ipynb (#10478) fixes the aleph_alpha.ipynb typo from contnt to content --- docs/extras/integrations/text_embedding/aleph_alpha.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/integrations/text_embedding/aleph_alpha.ipynb b/docs/extras/integrations/text_embedding/aleph_alpha.ipynb index 05fcebeaecac4..dc1f9d0aae817 100644 --- a/docs/extras/integrations/text_embedding/aleph_alpha.ipynb +++ b/docs/extras/integrations/text_embedding/aleph_alpha.ipynb @@ -36,7 +36,7 @@ "outputs": [], "source": [ "document = \"This is a content of the document\"\n", - "query = \"What is the contnt of the document?\"" + "query = \"What is the content of the document?\"" ] }, {