docs: fix grammar issues in airbyte_gong.ipynb and airbyte_hubspot.ipynb (#31463)

Fix grammar
This commit is contained in:
Michael Li
2025-06-03 02:43:57 +10:00
committed by GitHub
parent d359b7b737
commit 05b9bce05b
2 changed files with 2 additions and 2 deletions

View File

@@ -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:"
]
},
{

View File

@@ -133,7 +133,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:"
]
},
{