Skip to content

Copyedits for typos #2088

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

Closed
wants to merge 1 commit into from
Closed
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/includes/options-conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ description: |
storage. See :data:`STORAGE` components.

The :setting:`systemLog.component.storage.verbosity` level applies to
jounaling components as well *if*
journaling components as well *if*
:setting:`systemLog.component.storage.journal.verbosity` is unset.

.. include:: /includes/log-verbosity-levels.rst
Expand Down
2 changes: 1 addition & 1 deletion source/includes/steps-2.8-upgrade-sharded-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ content: |

After you have successfully upgraded *all* :program:`mongos`
instances, you can proceed to upgrade the other components in your
shareded cluster.
sharded cluster.

.. include:: /includes/warning-upgrade-sharded-cluster-ordering.rst

Expand Down
4 changes: 3 additions & 1 deletion source/reference/command/collMod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ Powers of Two Record Allocation

The :collflag:`usePowerOf2Sizes` flag changes the method that
MongoDB uses to allocate space on disk for documents in this
collection. By setting :collflag:`usePowerOf2Sizes`, yousthat
collection. By setting :collflag:`usePowerOf2Sizes`,
you ensure
that MongoDB will allocate space for documents in sizes that
are powers of 2 (e.g. 32, 64, 128, 256, 512...16777216.) The
smallest allocation for a document is 32 bytes.

Expand Down
2 changes: 1 addition & 1 deletion source/reference/command/serverStatus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ section <server-status-example-opcounters>` of the
.. data:: serverStatus.opcounters.update

:data:`~serverStatus.opcounters.update` provides a counter of the total number
of update operations recieved since the :program:`mongod` instance last
of update operations received since the :program:`mongod` instance last
started.

.. data:: serverStatus.opcounters.delete
Expand Down
2 changes: 1 addition & 1 deletion source/reference/explain-results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ MongoDB does not need to examine documents from the collection to
return the results.

When an index covers a query, the explain result has an ``IXSCAN``
stage that is **not** a descendent of a ``FETCH`` stage, and in the
stage that is **not** a descendant of a ``FETCH`` stage, and in the
:ref:`executionStats`, the :data:`~explain.totalDocsExamined` is ``0``.

In earlier versions of MongoDB, ``cursor.explain()`` returned the
Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/backup-with-mongodump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The :program:`mongorestore` utility restores a binary backup created by
:program:`mongodump`. By default, :program:`mongorestore` looks for a
database backup in the :file:`dump/` directory.

The :program:`mongorestore` utility restores data by connectiing to a
The :program:`mongorestore` utility restores data by connecting to a
running :program:`mongod` or :program:`mongos` directly.

:program:`mongorestore` can restore either an entire database backup
Expand Down