From 867359c3ec6ccabf4ebe249c0eb5045d175cf9fb Mon Sep 17 00:00:00 2001 From: Mike Woofter Date: Fri, 11 Aug 2023 14:37:00 -0500 Subject: [PATCH] typos --- source/configuration/read.txt | 2 +- source/configuration/write.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/configuration/read.txt b/source/configuration/read.txt index ae0db533..649be7d0 100644 --- a/source/configuration/read.txt +++ b/source/configuration/read.txt @@ -71,7 +71,7 @@ You can configure the following properties to read from MongoDB: | | **Default:** ``com.mongodb.spark.sql.connector.read.partitioner.SamplePartitioner`` - * - ``partioner.options.`` + * - ``partitioner.options.`` - | Partitioner configuration prefix. | See the :ref:`Partitioner Configuration ` section for more diff --git a/source/configuration/write.txt b/source/configuration/write.txt index 66c43035..2efa0a62 100644 --- a/source/configuration/write.txt +++ b/source/configuration/write.txt @@ -153,7 +153,7 @@ The following options for writing to MongoDB are available: * - ``writeConcern.w`` - | Specifies ``w``, a write-concern option to request acknowledgment - that the write operation has propogated to a specified number of + that the write operation has propagated to a specified number of MongoDB nodes. For a list of allowed values for this option, see :manual:`WriteConcern ` in the MongoDB manual.