From 2e4d76d772c878e785e5c9d496d483750017f475 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Tue, 3 Jun 2025 02:42:52 +1000 Subject: [PATCH] docs: fix grammar issues in airbyte_shopify.ipynb and airbyte_stripe.ipynb (#31465) fix grammar issue --- docs/docs/integrations/document_loaders/airbyte_shopify.ipynb | 4 ++-- docs/docs/integrations/document_loaders/airbyte_stripe.ipynb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/integrations/document_loaders/airbyte_shopify.ipynb b/docs/docs/integrations/document_loaders/airbyte_shopify.ipynb index ecba7b55531..ef0acee7975 100644 --- a/docs/docs/integrations/document_loaders/airbyte_shopify.ipynb +++ b/docs/docs/integrations/document_loaders/airbyte_shopify.ipynb @@ -134,7 +134,7 @@ "id": "4a93dc2a", "metadata": {}, "source": [ - "As `load` returns a list, it will block until all documents are loaded. To have better control over this process, you can also you the `lazy_load` method which returns an iterator instead:" + "As `load` returns a list, it will block until all documents are loaded. To have better control over this process, you can also use the `lazy_load` method which returns an iterator instead:" ] }, { @@ -152,7 +152,7 @@ "id": "3a124086", "metadata": {}, "source": [ - "Keep in mind that by default the page content is empty and the metadata object contains all the information from the record. To create documents in a different, pass in a record_handler function when creating the loader:" + "Keep in mind that by default the page content is empty and the metadata object contains all the information from the record. To create documents in a different way, pass in a record_handler function when creating the loader:" ] }, { diff --git a/docs/docs/integrations/document_loaders/airbyte_stripe.ipynb b/docs/docs/integrations/document_loaders/airbyte_stripe.ipynb index 336534bea13..befedb3cb9c 100644 --- a/docs/docs/integrations/document_loaders/airbyte_stripe.ipynb +++ b/docs/docs/integrations/document_loaders/airbyte_stripe.ipynb @@ -131,7 +131,7 @@ "id": "4a93dc2a", "metadata": {}, "source": [ - "As `load` returns a list, it will block until all documents are loaded. To have better control over this process, you can also you the `lazy_load` method which returns an iterator instead:" + "As `load` returns a list, it will block until all documents are loaded. To have better control over this process, you can also use the `lazy_load` method which returns an iterator instead:" ] }, { @@ -149,7 +149,7 @@ "id": "3a124086", "metadata": {}, "source": [ - "Keep in mind that by default the page content is empty and the metadata object contains all the information from the record. To create documents in a different, pass in a record_handler function when creating the loader:" + "Keep in mind that by default the page content is empty and the metadata object contains all the information from the record. To create documents in a different way, pass in a record_handler function when creating the loader:" ] }, {