mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 23:07:11 +00:00
Fixed wrong parameter typo in [ScrapflyLoader](https://github.com/langchain-ai/langchain/blob/master/libs/community/langchain_community/document_loaders/scrapfly.py) docs, where `ignore_scrape_failures` is used instead of `continue_on_failure`. - Description: Fix wrong param typo in ScrapflyLoader docs.
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide