From 042e84170bcf05a78ed5892e4c6a66565f2624f3 Mon Sep 17 00:00:00 2001 From: Malik Ashar Khan <58248342+asharmalik19@users.noreply.github.com> Date: Sun, 8 Sep 2024 23:33:01 +0500 Subject: [PATCH] Fix typo in ScrapflyLoader documentation (#26117) This PR fixes a minor typo in the ScrapflyLoader documentation. The word "passigng" was changed to "passing." Before: passigng After: passing This change improves the clarity and professionalism of the documentation. Co-authored-by: Ashar --- docs/docs/integrations/document_loaders/scrapfly.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/document_loaders/scrapfly.ipynb b/docs/docs/integrations/document_loaders/scrapfly.ipynb index 0f37335925d..64ed86ffd4c 100644 --- a/docs/docs/integrations/document_loaders/scrapfly.ipynb +++ b/docs/docs/integrations/document_loaders/scrapfly.ipynb @@ -49,7 +49,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The ScrapflyLoader also allows passigng ScrapeConfig object for customizing the scrape request. See the documentation for the full feature details and their API params: https://scrapfly.io/docs/scrape-api/getting-started" + "The ScrapflyLoader also allows passing ScrapeConfig object for customizing the scrape request. See the documentation for the full feature details and their API params: https://scrapfly.io/docs/scrape-api/getting-started" ] }, {