Skip to content

Commit 457b235

Browse files
docs: fix grammar issues in alibaba_cloud_maxcompute.ipynb and async_chromium.ipynb (#31477)
1 parent d2a023a commit 457b235

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/integrations/document_loaders/alibaba_cloud_maxcompute.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"metadata": {},
4747
"source": [
4848
"## Basic Usage\n",
49-
"To instantiate the loader you'll need a SQL query to execute, your MaxCompute endpoint and project name, and you access ID and secret access key. The access ID and secret access key can either be passed in direct via the `access_id` and `secret_access_key` parameters or they can be set as environment variables `MAX_COMPUTE_ACCESS_ID` and `MAX_COMPUTE_SECRET_ACCESS_KEY`."
49+
"To instantiate the loader you'll need a SQL query to execute, your MaxCompute endpoint and project name, and your access ID and secret access key. The access ID and secret access key can either be passed in direct via the `access_id` and `secret_access_key` parameters or they can be set as environment variables `MAX_COMPUTE_ACCESS_ID` and `MAX_COMPUTE_SECRET_ACCESS_KEY`."
5050
]
5151
},
5252
{

docs/docs/integrations/document_loaders/async_chromium.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"\n",
1414
"Headless mode means that the browser is running without a graphical user interface.\n",
1515
"\n",
16-
"In the below example we'll use the `AsyncChromiumLoader` to loads the page, and then the [`Html2TextTransformer`](/docs/integrations/document_transformers/html2text/) to strip out the HTML tags and other semantic information."
16+
"In the below example we'll use the `AsyncChromiumLoader` to load the page, and then the [`Html2TextTransformer`](/docs/integrations/document_transformers/html2text/) to strip out the HTML tags and other semantic information."
1717
]
1818
},
1919
{
@@ -79,7 +79,7 @@
7979
"id": "7eb5e6aa",
8080
"metadata": {},
8181
"source": [
82-
"Now let's transform the documents into a more readable syntax using the transformer:"
82+
"Now let's transform the documents into a more readable format using the transformer:"
8383
]
8484
},
8585
{

0 commit comments

Comments
 (0)