Skip to content

Commit 5b9f36c

Browse files
authored
DOCSP-29625 Fixes double 'the' typos (#3116) (#3119)
1 parent c6093d8 commit 5b9f36c

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

source/core/csfle/fundamentals/manage-keys.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ The following document's ``fieldWithAltName`` value is ``my-alt-name``:
229229
"fieldWithAltName": "my-alt-name"
230230
}
231231

232-
The ``salary`` field is encrypted by the the {+dek-long+} that has the
232+
The ``salary`` field is encrypted by the {+dek-long+} that has the
233233
alternate name ``my-alt-name``.
234234

235235
.. _csfle-alt-names-dynamic-keys:

source/core/replica-set-sync.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Limitations
116116

117117
- You can only run an initial sync from one given member at a time.
118118

119-
- When using the encrypted storage engine, MongoDB uses the the source
119+
- When using the encrypted storage engine, MongoDB uses the source
120120
key to encrypt the destination.
121121

122122
.. _init-sync-retry:

source/reference/command/rotateCertificates.txt

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

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

113113
When certificate rotation takes place:

source/reference/log-messages.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ Verbosity Levels
834834
----------------
835835

836836
You can specify the logging verbosity level to increase or decrease
837-
the the amount of log messages MongoDB outputs. Verbosity levels can be
837+
the amount of log messages MongoDB outputs. Verbosity levels can be
838838
adjusted for all components together, or for specific
839839
:ref:`named components <log-message-components>` individually.
840840

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
@@ -164,7 +164,7 @@ an escaped double quotes ``\"`` that specifies a phrase.
164164
.. note::
165165

166166
The ``$search`` field for the :query:`$text` expression is different
167-
than the the :atlas:`$search aggregation stage
167+
than the :atlas:`$search aggregation stage
168168
</reference/atlas-search/query-syntax/>` provided by
169169
:atlas:`Atlas Search </atlas-search>`. The ``$search`` aggregation
170170
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
@@ -2987,7 +2987,7 @@ Sharding Parameters
29872987
<migrate-chunks-sharded-cluster>`.
29882988

29892989
Increasing the concurrency improves chunk migration performance, but
2990-
also increases the workload and disk IOPS usage on the the source
2990+
also increases the workload and disk IOPS usage on the source
29912991
shard and the receiving shard.
29922992

29932993
Maximum value is 500.
@@ -3290,7 +3290,7 @@ Sharding Parameters
32903290
critical section to be released.
32913291

32923292
To reduce the maximum wait time for the critical section within a
3293-
transaction, lower the the value of
3293+
transaction, lower the value of
32943294
:parameter:`metadataRefreshInTransactionMaxWaitBehindCritSecMS`.
32953295

32963296
.. 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)