docs: Fix typo in list of PDF loaders (#26774)

Description: Fix typo in list of PDF loaders.

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
Ronan Amicel 2024-09-30 22:04:18 +02:00 committed by GitHub
parent e12f570ead
commit 19ed3165fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
},