Skip to content
Merged
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
4 changes: 2 additions & 2 deletions source/tutorial/deploy-replica-set.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The examples in this procedure create a new replica set named ``rs0``.
rs.add("<hostname>:27019")

After these commands return you have a fully functional replica set.
New replica sets elect a :term:`primary` within a seconds.
New replica sets elect a :term:`primary` within a few seconds.

#. Check the status of your replica set at any time with the
:method:`rs.status()` operation.
Expand Down Expand Up @@ -243,7 +243,7 @@ To deploy a production replica set:
rs.add("mongodb2.example.net")

After these commands return you have a fully functional replica set.
New replica sets elect a :term:`primary` within a seconds.
New replica sets elect a :term:`primary` within a few seconds.

#. Check the status of your replica set at any time with the
:method:`rs.status()` operation.
Expand Down