From 964922232278dd2a106f3e001bc5ff3fe2177f41 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Wed, 4 Jun 2025 00:10:20 +1000 Subject: [PATCH] docs: fix typo in multiple files (#31480) Fix typo --- docs/docs/integrations/document_loaders/aws_s3_directory.ipynb | 2 +- docs/docs/integrations/document_loaders/azure_ai_data.ipynb | 2 +- .../document_loaders/azure_blob_storage_container.ipynb | 2 +- .../document_loaders/google_cloud_storage_directory.ipynb | 2 +- .../integrations/document_loaders/tencent_cos_directory.ipynb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/integrations/document_loaders/aws_s3_directory.ipynb b/docs/docs/integrations/document_loaders/aws_s3_directory.ipynb index e69822a6aba..3ee18926a19 100644 --- a/docs/docs/integrations/document_loaders/aws_s3_directory.ipynb +++ b/docs/docs/integrations/document_loaders/aws_s3_directory.ipynb @@ -68,7 +68,7 @@ "metadata": {}, "source": [ "## Specifying a prefix\n", - "You can also specify a prefix for more finegrained control over what files to load." + "You can also specify a prefix for more fine-grained control over what files to load." ] }, { diff --git a/docs/docs/integrations/document_loaders/azure_ai_data.ipynb b/docs/docs/integrations/document_loaders/azure_ai_data.ipynb index ab86282f9da..27af5013ea7 100644 --- a/docs/docs/integrations/document_loaders/azure_ai_data.ipynb +++ b/docs/docs/integrations/document_loaders/azure_ai_data.ipynb @@ -107,7 +107,7 @@ "metadata": {}, "source": [ "## Specifying a glob pattern\n", - "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." + "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." ] }, { diff --git a/docs/docs/integrations/document_loaders/azure_blob_storage_container.ipynb b/docs/docs/integrations/document_loaders/azure_blob_storage_container.ipynb index c0a407afd0e..40cdc765fa6 100644 --- a/docs/docs/integrations/document_loaders/azure_blob_storage_container.ipynb +++ b/docs/docs/integrations/document_loaders/azure_blob_storage_container.ipynb @@ -79,7 +79,7 @@ "metadata": {}, "source": [ "## Specifying a prefix\n", - "You can also specify a prefix for more finegrained control over what files to load." + "You can also specify a prefix for more fine-grained control over what files to load." ] }, { diff --git a/docs/docs/integrations/document_loaders/google_cloud_storage_directory.ipynb b/docs/docs/integrations/document_loaders/google_cloud_storage_directory.ipynb index 109dc20f640..8dc8dc492fb 100644 --- a/docs/docs/integrations/document_loaders/google_cloud_storage_directory.ipynb +++ b/docs/docs/integrations/document_loaders/google_cloud_storage_directory.ipynb @@ -81,7 +81,7 @@ "metadata": {}, "source": [ "## Specifying a prefix\n", - "You can also specify a prefix for more finegrained control over what files to load -including loading all files from a specific folder-." + "You can also specify a prefix for more fine-grained control over what files to load -including loading all files from a specific folder-." ] }, { diff --git a/docs/docs/integrations/document_loaders/tencent_cos_directory.ipynb b/docs/docs/integrations/document_loaders/tencent_cos_directory.ipynb index e97ea619215..ba96d632a3d 100644 --- a/docs/docs/integrations/document_loaders/tencent_cos_directory.ipynb +++ b/docs/docs/integrations/document_loaders/tencent_cos_directory.ipynb @@ -75,7 +75,7 @@ "metadata": {}, "source": [ "## Specifying a prefix\n", - "You can also specify a prefix for more finegrained control over what files to load." + "You can also specify a prefix for more fine-grained control over what files to load." ] }, {