From 19ed3165fbfea45612d2dae75875e120eecdb724 Mon Sep 17 00:00:00 2001 From: Ronan Amicel Date: Mon, 30 Sep 2024 22:04:18 +0200 Subject: [PATCH] docs: Fix typo in list of PDF loaders (#26774) Description: Fix typo in list of PDF loaders. Co-authored-by: Eugene Yurtsev --- 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 05f96a4b3fc..e9bbed3bcca 100644 --- a/docs/src/theme/FeatureTables.js +++ b/docs/src/theme/FeatureTables.js @@ -805,7 +805,7 @@ const FEATURE_TABLES = { { name: "MathPix", link: "mathpix", - source: "Uses MathPix to laod PDFs", + source: "Uses MathPix to load PDFs", api: "Package", apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.pdf.MathpixPDFLoader.html" },