Skip to content

Commit 05b9bce

Browse files
docs: fix grammar issues in airbyte_gong.ipynb and airbyte_hubspot.ipynb (#31463)
Fix grammar
1 parent d359b7b commit 05b9bce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/integrations/document_loaders/airbyte_gong.ipynb

Lines changed: 1 addition & 1 deletion
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
{

docs/docs/integrations/document_loaders/airbyte_hubspot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"id": "4a93dc2a",
134134
"metadata": {},
135135
"source": [
136-
"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:"
136+
"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:"
137137
]
138138
},
139139
{

0 commit comments

Comments
 (0)