Skip to content

Commit df6a626

Browse files
authored
DOCSP-29625 Fixes double 'the' typos (#3116) (#3121)
1 parent ef1cfa8 commit df6a626

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

source/reference/command/rotateCertificates.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ To rotate one or more of these certificates:
106106
rotation on.
107107

108108
#. Run the :dbcommand:`rotateCertificates` command to rotate the
109-
certificates used by the the :binary:`~bin.mongod` or
109+
certificates used by the :binary:`~bin.mongod` or
110110
:binary:`~bin.mongos` instance.
111111

112112
When certificate rotation takes place:

source/reference/log-messages.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ Verbosity Levels
711711
----------------
712712

713713
You can specify the logging verbosity level to increase or decrease
714-
the the amount of log messages MongoDB outputs. Verbosity levels can be
714+
the amount of log messages MongoDB outputs. Verbosity levels can be
715715
adjusted for all components together, or for specific
716716
:ref:`named components <log-message-components>` individually.
717717

source/reference/method/db.rotateCertificates.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ To rotate one or more of these certificates:
106106
rotation on.
107107

108108
#. Run :method:`db.rotateCertificates()` to rotate the certificates used
109-
by the the :binary:`~bin.mongod` or :binary:`~bin.mongos` instance.
109+
by the :binary:`~bin.mongod` or :binary:`~bin.mongos` instance.
110110

111111
When certificate rotation takes place:
112112

source/reference/operator/aggregation/dateTrunc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ If :ref:`unit <dateTrunc-unit>` is:
256256
- ``minute``: :expression:`$dateTrunc` returns the :term:`ISODate` for
257257
the start of the minute in :ref:`date <dateTrunc-date>`.
258258

259-
- ``second``: :expression:`$dateTrunc` returns the the :term:`ISODate`
259+
- ``second``: :expression:`$dateTrunc` returns the :term:`ISODate`
260260
for start of the second in :ref:`date <dateTrunc-date>`.
261261

262262
``unit`` and ``startOfWeek`` Fields

source/reference/operator/query/text.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ an escaped double quotes ``\"`` that specifies a phrase.
168168
.. note::
169169

170170
The ``$search`` field for the :query:`$text` expression is different
171-
than the the :atlas:`$search aggregation stage
171+
than the :atlas:`$search aggregation stage
172172
</reference/atlas-search/query-syntax/>` provided by
173173
:atlas:`Atlas Search </atlas-search>`. The ``$search`` aggregation
174174
stage performs full-text search on specified fields and is only

source/reference/parameters.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2715,7 +2715,7 @@ Sharding Parameters
27152715
<migrate-chunks-sharded-cluster>`.
27162716

27172717
Increasing the concurrency improves chunk migration performance, but
2718-
also increases the workload and disk IOPS usage on the the source
2718+
also increases the workload and disk IOPS usage on the source
27192719
shard and the receiving shard.
27202720

27212721
Maximum value is 500.
@@ -3018,7 +3018,7 @@ Sharding Parameters
30183018
critical section to be released.
30193019

30203020
To reduce the maximum wait time for the critical section within a
3021-
transaction, lower the the value of
3021+
transaction, lower the value of
30223022
:parameter:`metadataRefreshInTransactionMaxWaitBehindCritSecMS`.
30233023

30243024
.. warning::

source/tutorial/configure-ssl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ To rotate one or more of these certificates:
593593

594594
#. Run the :dbcommand:`rotateCertificates` command or the
595595
:method:`db.rotateCertificates()` shell method to rotate the
596-
certificates used by the the :binary:`~bin.mongod` or
596+
certificates used by the :binary:`~bin.mongod` or
597597
:binary:`~bin.mongos` instance.
598598

599599
When certificate rotation takes place:

0 commit comments

Comments
 (0)