From 182c0cec341b1273345b2f0ddd8d39452879f24d Mon Sep 17 00:00:00 2001 From: zigzagdev Date: Mon, 6 Oct 2025 10:00:09 +0900 Subject: [PATCH] fix: typo in document --- .../source/reference/operator/aggregation/currentOp.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/manual/manual/source/reference/operator/aggregation/currentOp.txt b/content/manual/manual/source/reference/operator/aggregation/currentOp.txt index fa911120296..c40dff04929 100644 --- a/content/manual/manual/source/reference/operator/aggregation/currentOp.txt +++ b/content/manual/manual/source/reference/operator/aggregation/currentOp.txt @@ -163,7 +163,7 @@ Syntax Boolean. If set to ``true``, ``$currentOp`` outputs a document for each data-bearing node for all shards. If set to ``false``, - ``$curentOp`` outputs a document for each shard. + ``$currentOp`` outputs a document for each shard. For example, in a sharded cluster with three shards where each shard is a replica set with three nodes: @@ -1530,7 +1530,7 @@ relevant for the operation: -1 when a new resharding operation starts. Only present when a resharding operation is taking place. This - field may not be present if an estimate cannot not be computed. + field may not be present if an estimate cannot be computed. .. versionadded:: 5.0 @@ -1554,7 +1554,7 @@ relevant for the operation: .. data:: $currentOp.documentsCopied - The number of documents copied form donor shards to recipient shards + The number of documents copied from donor shards to recipient shards during the :ref:`resharding operation `. The number is set to 0 when a new resharding operation starts.