File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ The examples in this procedure create a new replica set named ``rs0``.
120
120
rs.add("<hostname>:27019")
121
121
122
122
After these commands return you have a fully functional replica set.
123
- New replica sets elect a :term:`primary` within a seconds.
123
+ New replica sets elect a :term:`primary` within a few seconds.
124
124
125
125
#. Check the status of your replica set at any time with the
126
126
:method:`rs.status()` operation.
@@ -243,7 +243,7 @@ To deploy a production replica set:
243
243
rs.add("mongodb2.example.net")
244
244
245
245
After these commands return you have a fully functional replica set.
246
- New replica sets elect a :term:`primary` within a seconds.
246
+ New replica sets elect a :term:`primary` within a few seconds.
247
247
248
248
#. Check the status of your replica set at any time with the
249
249
:method:`rs.status()` operation.
You can’t perform that action at this time.
0 commit comments