Fix a typo in the documentation for the Slack document loader (#5745)

Fixes a typo I noticed while reading the docs.
This commit is contained in:
George Geddes
2023-06-05 16:30:24 -04:00
committed by GitHub
parent 450eb91fe2
commit 019eb13681

View File

@@ -41,7 +41,7 @@
"source": [
"# Optionally set your Slack URL. This will give you proper URLs in the docs sources.\n",
"SLACK_WORKSPACE_URL = \"https://xxx.slack.com\"\n",
"LOCAL_ZIPFILE = \"\" # Paste the local paty to your Slack zip file here.\n",
"LOCAL_ZIPFILE = \"\" # Paste the local path to your Slack zip file here.\n",
"\n",
"loader = SlackDirectoryLoader(LOCAL_ZIPFILE, SLACK_WORKSPACE_URL)"
]