Skip to content

Copy edits for typos #1545

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/core/backups.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ system at an exact moment in time.
File systems snapshots are an operating system volume manager feature,
and are not specific to MongoDB. The mechanics of snapshots depend on
the underlying storage system. For example, if you use
Amazon’s EBS storage system for EC2 supports snaphots. On
Amazon’s EBS storage system for EC2 supports snapshots. On
Linux the LVM manager can create a snapshot.

To get a correct snapshot of a running :program:`mongod` process, you
Expand Down
4 changes: 2 additions & 2 deletions source/core/sharding-shard-key.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ When a chunk grows beyond the :ref:`chunk size <sharding-chunk-size>`,
MongoDB :term:`splits <split>` the chunk into smaller chunks, always
based on ranges in the shard key.

Consierations
-------------
Considerations
--------------

Shard keys are immutable and cannot be changed after
insertion. See the :ref:`system limits for sharded cluster
Expand Down
4 changes: 2 additions & 2 deletions source/reference/operator/projection/positional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

.. default-domain:: mongodb

Defintion
---------
Definition
----------

.. projection:: $

Expand Down