Skip to content

Commit e845a83

Browse files
docs: fix grammar issues in airbyte_typeform.ipynb and airbyte_zendes… (#31476)
1 parent 457b235 commit e845a83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/docs/integrations/document_loaders/airbyte_typeform.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"id": "4a93dc2a",
135135
"metadata": {},
136136
"source": [
137-
"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:"
137+
"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:"
138138
]
139139
},
140140
{
@@ -152,7 +152,7 @@
152152
"id": "3a124086",
153153
"metadata": {},
154154
"source": [
155-
"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:"
155+
"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:"
156156
]
157157
},
158158
{

docs/docs/integrations/document_loaders/airbyte_zendesk_support.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"id": "4a93dc2a",
136136
"metadata": {},
137137
"source": [
138-
"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:"
138+
"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:"
139139
]
140140
},
141141
{
@@ -153,7 +153,7 @@
153153
"id": "3a124086",
154154
"metadata": {},
155155
"source": [
156-
"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:"
156+
"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:"
157157
]
158158
},
159159
{

0 commit comments

Comments
 (0)