Skip to content

Commit b665f1e

Browse files
(DOCSP-17741): Replace threshold typos
1 parent 3508b65 commit b665f1e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/core/transactions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ MongoDB provides various transactions metrics:
771771

772772
- Includes information on slow transactions (i.e. transactions
773773
that exceed the :setting:`operationProfiling.slowOpThresholdMs`
774-
threshhold) under the :data:`TXN` log component.
774+
threshold) under the :data:`TXN` log component.
775775

776776
.. _transactions-fcv:
777777

source/reference/method/db.setProfilingLevel.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ Behavior
331331
Examples
332332
--------
333333

334-
Enable Profiler and Set Slow Operation Threshhold and Sample Rate
334+
Enable Profiler and Set Slow Operation Threshold and Sample Rate
335335
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
336336

337337
The following example sets for a :binary:`~bin.mongod` instance:
@@ -353,7 +353,7 @@ settings.
353353

354354
To view the current profiling level, see :method:`db.getProfilingStatus()`.
355355

356-
Disable Profiler and Set Slow Operation Threshhold and Sample Rate
356+
Disable Profiler and Set Slow Operation Threshold and Sample Rate
357357
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
358358

359359
The following example sets for a :binary:`~bin.mongod` or

source/reference/operator/aggregation/rand.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ district 3.
141141

142142
The second :pipeline:`$match` stage uses ``$rand`` in a match
143143
expression to further refine the selection. For each document,
144-
``$rand`` generates a value between 0 and 1. The threshhold of ``0.5``
144+
``$rand`` generates a value between 0 and 1. The threshold of ``0.5``
145145
in the less than :expression:`($lt)<$lt>` comparison means that
146146
:query:`$expr` will be true for about half the documents.
147147

0 commit comments

Comments
 (0)