Skip to content

Commit 2e4d76d

Browse files
docs: fix grammar issues in airbyte_shopify.ipynb and airbyte_stripe.ipynb (#31465)
fix grammar issue
1 parent ffa32a1 commit 2e4d76d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/docs/integrations/document_loaders/airbyte_shopify.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_stripe.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"id": "4a93dc2a",
132132
"metadata": {},
133133
"source": [
134-
"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:"
134+
"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:"
135135
]
136136
},
137137
{
@@ -149,7 +149,7 @@
149149
"id": "3a124086",
150150
"metadata": {},
151151
"source": [
152-
"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:"
152+
"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:"
153153
]
154154
},
155155
{

0 commit comments

Comments
 (0)