Skip to content

Commit 489f63a

Browse files
authored
DOCSP-29625 Fixes double 'the' typos - Backport to v4.4 (#3122)
* DOCSP-29625 Fixes double 'the' typos (#3116) * Fixes build error
1 parent f24694f commit 489f63a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.collection.update.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ Specify ``hint`` for Update Operations
12851285

12861286
.. versionadded:: 4.2
12871287

1288-
In :binary:`~bin.mongosh`, create a ``newMembers``
1288+
In :binary:`~bin.mongo`, create a ``newMembers``
12891289
collection with the following documents:
12901290

12911291
.. code-block:: javascript

source/reference/operator/query/text.txt

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

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

0 commit comments

Comments
 (0)