docs: fixed typo in XML document loader (#26613)

Fixed typo `Unstrucutred`
This commit is contained in:
Patrick McGleenon 2024-09-18 15:26:57 +01:00 committed by GitHub
parent d158401e73
commit 0f07cf61da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -886,7 +886,7 @@ const FEATURE_TABLES = {
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.html_bs.BSHTMLLoader.html"
},
{
name: "UnstrucutredXMLLoader",
name: "UnstructuredXMLLoader",
link: "xml",
source: "XML files",
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.xml.UnstructuredXMLLoader.html"