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
```
This commit is contained in:
Erez Zohar 2024-10-21 18:01:13 +03:00 committed by GitHub
parent cfcf783cb5
commit 8f80dd28d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
"source": [ "source": [
"## Setting up\n", "## Setting up\n",
"\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", "\n",
"Install a python library:" "Install a python library:"
] ]

View File

@ -22,7 +22,7 @@
"source": [ "source": [
"## Setting up\n", "## Setting up\n",
"\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" "- Install the boto3 library: `pip install boto3`\n"
] ]
}, },