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?\"" ] }, {