Skip to content

Commit d2a023a

Browse files
docs: fix grammar and typo issues in async_html.ipynb and azure_blob_storage_file.ipynb (#31478)
1 parent 21d6f1f commit d2a023a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/integrations/document_loaders/async_html.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"# If you need to use the proxy to make web requests, for example using http_proxy/https_proxy environmental variables,\n",
4141
"# please set trust_env=True explicitly here as follows:\n",
4242
"# loader = AsyncHtmlLoader(urls, trust_env=True)\n",
43-
"# Otherwise, loader.load() may stuck becuase aiohttp session does not recognize the proxy by default\n",
43+
"# Otherwise, loader.load() may get stuck because aiohttp session does not recognize the proxy by default\n",
4444
"docs = loader.load()"
4545
]
4646
},

docs/docs/integrations/document_loaders/azure_blob_storage_file.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"\n",
1010
">[Azure Files](https://learn.microsoft.com/en-us/azure/storage/files/storage-files-introduction) offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (`SMB`) protocol, Network File System (`NFS`) protocol, and `Azure Files REST API`.\n",
1111
"\n",
12-
"This covers how to load document objects from a Azure Files."
12+
"This covers how to load document objects from Azure Files."
1313
]
1414
},
1515
{

0 commit comments

Comments
 (0)