Skip to content

Commit 9649222

Browse files
docs: fix typo in multiple files (#31480)
Fix typo
1 parent 539e5b6 commit 9649222

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/docs/integrations/document_loaders/aws_s3_directory.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"metadata": {},
6969
"source": [
7070
"## Specifying a prefix\n",
71-
"You can also specify a prefix for more finegrained control over what files to load."
71+
"You can also specify a prefix for more fine-grained control over what files to load."
7272
]
7373
},
7474
{

docs/docs/integrations/document_loaders/azure_ai_data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"metadata": {},
108108
"source": [
109109
"## Specifying a glob pattern\n",
110-
"You can also specify a glob pattern for more finegrained control over what files to load. In the example below, only files with a `pdf` extension will be loaded."
110+
"You can also specify a glob pattern for more fine-grained control over what files to load. In the example below, only files with a `pdf` extension will be loaded."
111111
]
112112
},
113113
{

docs/docs/integrations/document_loaders/azure_blob_storage_container.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"metadata": {},
8080
"source": [
8181
"## Specifying a prefix\n",
82-
"You can also specify a prefix for more finegrained control over what files to load."
82+
"You can also specify a prefix for more fine-grained control over what files to load."
8383
]
8484
},
8585
{

docs/docs/integrations/document_loaders/google_cloud_storage_directory.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"metadata": {},
8282
"source": [
8383
"## Specifying a prefix\n",
84-
"You can also specify a prefix for more finegrained control over what files to load -including loading all files from a specific folder-."
84+
"You can also specify a prefix for more fine-grained control over what files to load -including loading all files from a specific folder-."
8585
]
8686
},
8787
{

docs/docs/integrations/document_loaders/tencent_cos_directory.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"metadata": {},
7676
"source": [
7777
"## Specifying a prefix\n",
78-
"You can also specify a prefix for more finegrained control over what files to load."
78+
"You can also specify a prefix for more fine-grained control over what files to load."
7979
]
8080
},
8181
{

0 commit comments

Comments
 (0)