From 0f07cf61da9835aeafc2eadf52793bcf6a5803f0 Mon Sep 17 00:00:00 2001 From: Patrick McGleenon Date: Wed, 18 Sep 2024 15:26:57 +0100 Subject: [PATCH] docs: fixed typo in XML document loader (#26613) Fixed typo `Unstrucutred` --- docs/src/theme/FeatureTables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/theme/FeatureTables.js b/docs/src/theme/FeatureTables.js index 07688324669..2fab2ebbb72 100644 --- a/docs/src/theme/FeatureTables.js +++ b/docs/src/theme/FeatureTables.js @@ -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"