Skip to content

Minor typos #922

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 2 commits 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/sharded-cluster-architectures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ potential failure scenarios and available resolutions:
- All members of a replica set become unavailable.

If all members of a replica set within a shard are unavailable, all
data held in on that shard is unavailable. However, the data on all
data held in that shard is unavailable. However, the data on all
other shards will remain available, and it's possible to read and
write data to the other shards. However, your application must be
able to deal with partial results, and you should investigate the
Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/2.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ In version 2.2, collection names cannot:

- contain the ``$``.

- be an empty string (e.g. ``""``).
- be an empty string (i.e. ``""``).

This change does not affect collections created with now illegal names
in earlier versions of MongoDB.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Respectively, these commands: install the ``virtualenv`` program
project (named ``myproject``.)

To activate ``myproject`` environment at the system prompt, use the
following commands:
following command:

.. code-block:: bash

Expand Down