diff --git a/source/core/indexes.txt b/source/core/indexes.txt index 2843ac95d7c..d4ec981103c 100644 --- a/source/core/indexes.txt +++ b/source/core/indexes.txt @@ -611,7 +611,7 @@ You specify index creation options in the second argument in :method:`ensureIndex() `. The options :ref:`sparse `, :ref:`unique -`,and :ref:`TTL ` affect the +`, and :ref:`TTL ` affect the kind of index that MongoDB creates. This section addresses, :ref:`background construction ` and :ref:`duplicate dropping `, which diff --git a/source/reference/command/compact.txt b/source/reference/command/compact.txt index 9c2c2f2613e..c0b2fb70233 100644 --- a/source/reference/command/compact.txt +++ b/source/reference/command/compact.txt @@ -136,7 +136,7 @@ compact this collection. - :dbcommand:`compact` generally uses less disk space than - :dbcommand:`repairDatabase` and is faster. However,the + :dbcommand:`repairDatabase` and is faster. However, the :dbcommand:`compact` command is still slow and blocks other database use. Only use :dbcommand:`compact` during scheduled maintenance periods. diff --git a/source/reference/command/serverStatus.txt b/source/reference/command/serverStatus.txt index 50231ba396d..5ae4c5ec68e 100644 --- a/source/reference/command/serverStatus.txt +++ b/source/reference/command/serverStatus.txt @@ -1475,7 +1475,7 @@ metrics .. data:: serverStatus.metrics.repl.network.getmores :data:`~serverStatus.metrics.repl.network.getmores` reports on the - ``getmore`` operations,which are requests for additional results + ``getmore`` operations, which are requests for additional results from the oplog :term:`cursor` as part of the oplog replication process.