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

Fixes a typo I noticed while reading the docs.
searx_updates
George Geddes 12 months ago committed by GitHub
parent 450eb91fe2
commit 019eb13681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)"
]

Loading…
Cancel
Save