Skip to content

Minor corrections #515

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

Merged
merged 2 commits into from
Jan 5, 2013
Merged
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/replication.txt
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ operations, (i.e. "read heavy") replica sets can greatly increase the
capability of the database system.

The minimum requirements for a replica set include two members with
data, for a :term:`primary` and a secondary, and an :ref:`arbiters
data, for a :term:`primary` and a secondary, and an :ref:`arbiter
<replica-set-arbiters>`. In most circumstances, however, you will want
to deploy three data members.

Expand Down
2 changes: 1 addition & 1 deletion source/reference/method/isWindows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ isWindows()
:returns: boolean.

Returns "true" if the :program:`mongo` shell is running on a
system that is Windows, or "false" if the server is running
system that is Windows, or "false" if the server is running
on a Unix or Linux systems.