Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart committed Aug 11, 2023
1 parent 086edd3 commit 867359c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/configuration/read.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <partitioner-conf>` section for more
Expand Down
2 changes: 1 addition & 1 deletion source/configuration/write.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
</reference/write-concern/#w-option>` in the MongoDB manual.
Expand Down

0 comments on commit 867359c

Please sign in to comment.