Skip to content

Commit 227aac5

Browse files
docs: fix grammar issues in wechat.ipynb and airbyte_cdk.ipynb (#31462)
Fix grammar
1 parent 05b9bce commit 227aac5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/integrations/chat_loaders/wechat.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"\n",
1414
"\n",
1515
"The process has five steps:\n",
16-
"1. Open your chat in the WeChat desktop app. Select messages you need by mouse-dragging or right-click. Due to restrictions, you can select up to 100 messages once a time. `CMD`/`Ctrl` + `C` to copy.\n",
16+
"1. Open your chat in the WeChat desktop app. Select messages you need by mouse-dragging or right-click. Due to restrictions, you can select up to 100 messages at a time. `CMD`/`Ctrl` + `C` to copy.\n",
1717
"2. Create the chat .txt file by pasting selected messages in a file on your local computer.\n",
1818
"3. Copy the chat loader definition from below to a local file.\n",
1919
"4. Initialize the `WeChatChatLoader` with the file path pointed to the text file.\n",

docs/docs/integrations/document_loaders/airbyte_cdk.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"id": "4a93dc2a",
153153
"metadata": {},
154154
"source": [
155-
"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:"
155+
"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:"
156156
]
157157
},
158158
{
@@ -170,7 +170,7 @@
170170
"id": "3a124086",
171171
"metadata": {},
172172
"source": [
173-
"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:"
173+
"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:"
174174
]
175175
},
176176
{

0 commit comments

Comments
 (0)