Skip to content

Commit 2cc3af4

Browse files
skerschbkay-kim
authored andcommitted
DOCS-11622: sharded kill
1 parent adfac6d commit 2cc3af4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/reference/command/killOp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Definition
4444

4545
The ``killOp`` command can be run on a :binary:`~bin.mongos` and can
4646
kill queries that span shards in a cluster. For information on how
47-
to list sharding operationsthat are active on a mongos, see the
47+
to list sharding operations that are active on a mongos, see the
4848
``localOps`` parameter in :pipeline:`$currentOp`.
4949

5050
Access Control

source/reference/method/db.killOp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Description
3131

3232
The ``db.killOp()`` method can be run on a :binary:`~bin.mongos` and can
3333
kill queries that are running on more than one shard in a cluster.
34-
For information on how to list sharding operationsthat are active on
34+
For information on how to list sharding operations that are active on
3535
a mongos, see the ``localOps`` parameter in :pipeline:`$currentOp`.
3636

3737
Access Control

0 commit comments

Comments
 (0)