Skip to content

(DOCSP-17741): Replace threshold typos #5598

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/core/transactions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ MongoDB provides various transactions metrics:

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

.. _transactions-fcv:

Expand Down
4 changes: 2 additions & 2 deletions source/reference/method/db.setProfilingLevel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Behavior
Examples
--------

Enable Profiler and Set Slow Operation Threshhold and Sample Rate
Enable Profiler and Set Slow Operation Threshold and Sample Rate
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

Disable Profiler and Set Slow Operation Threshhold and Sample Rate
Disable Profiler and Set Slow Operation Threshold and Sample Rate
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The following example sets for a :binary:`~bin.mongod` or
Expand Down
2 changes: 1 addition & 1 deletion source/reference/operator/aggregation/rand.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ district 3.

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

Expand Down