From e845a830990d454b503ac08cea075ede45a8fc26 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Thu, 5 Jun 2025 00:28:32 +1000 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20grammar=20issues=20in=20airbyte?= =?UTF-8?q?=5Ftypeform.ipynb=20and=20airbyte=5Fzendes=E2=80=A6=20(#31476)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docs/integrations/document_loaders/airbyte_typeform.ipynb | 4 ++-- .../document_loaders/airbyte_zendesk_support.ipynb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/integrations/document_loaders/airbyte_typeform.ipynb b/docs/docs/integrations/document_loaders/airbyte_typeform.ipynb index 11b132d56ab..d6fb107e654 100644 --- a/docs/docs/integrations/document_loaders/airbyte_typeform.ipynb +++ b/docs/docs/integrations/document_loaders/airbyte_typeform.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_zendesk_support.ipynb b/docs/docs/integrations/document_loaders/airbyte_zendesk_support.ipynb index 015f34ee725..59a508b84f1 100644 --- a/docs/docs/integrations/document_loaders/airbyte_zendesk_support.ipynb +++ b/docs/docs/integrations/document_loaders/airbyte_zendesk_support.ipynb @@ -135,7 +135,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:" ] }, { @@ -153,7 +153,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:" ] }, {