Skip to content

Commit

Permalink
Copy edits for typos
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Kleinman <[email protected]>
  • Loading branch information
epc authored and Sam Kleinman committed Jan 24, 2014
1 parent e0639f1 commit 375c38e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 375c38e

Please sign in to comment.