From 8f80dd28d998aefc2080b7528cde684a2df8806f Mon Sep 17 00:00:00 2001 From: Erez Zohar Date: Mon, 21 Oct 2024 18:01:13 +0300 Subject: [PATCH] docs: typo fix athena.ipynb and glue_catalog.ipynb (#27435) **Description:** This PR fixes typos in ``` docs/docs/integrations/document_loaders/athena.ipynb docs/docs/integrations/document_loaders/glue_catalog.ipynb ``` --- docs/docs/integrations/document_loaders/athena.ipynb | 2 +- docs/docs/integrations/document_loaders/glue_catalog.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/document_loaders/athena.ipynb b/docs/docs/integrations/document_loaders/athena.ipynb index fada38b9841..73b3f72fef2 100644 --- a/docs/docs/integrations/document_loaders/athena.ipynb +++ b/docs/docs/integrations/document_loaders/athena.ipynb @@ -24,7 +24,7 @@ "source": [ "## Setting up\n", "\n", - "Follow [instructions to set up an AWS accoung](https://docs.aws.amazon.com/athena/latest/ug/setting-up.html).\n", + "Follow [instructions to set up an AWS account](https://docs.aws.amazon.com/athena/latest/ug/setting-up.html).\n", "\n", "Install a python library:" ] diff --git a/docs/docs/integrations/document_loaders/glue_catalog.ipynb b/docs/docs/integrations/document_loaders/glue_catalog.ipynb index a1e14e5836c..212df921145 100644 --- a/docs/docs/integrations/document_loaders/glue_catalog.ipynb +++ b/docs/docs/integrations/document_loaders/glue_catalog.ipynb @@ -22,7 +22,7 @@ "source": [ "## Setting up\n", "\n", - "- Follow [instructions to set up an AWS accoung](https://docs.aws.amazon.com/athena/latest/ug/setting-up.html).\n", + "- Follow [instructions to set up an AWS account](https://docs.aws.amazon.com/athena/latest/ug/setting-up.html).\n", "- Install the boto3 library: `pip install boto3`\n" ] },