Skip to content

Commit adb5510

Browse files
committed
someone accidentally a word
1 parent 8955c4e commit adb5510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorial/deploy-replica-set.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The examples in this procedure create a new replica set named ``rs0``.
120120
rs.add("<hostname>:27019")
121121

122122
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.
124124

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

245245
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.
247247

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

0 commit comments

Comments
 (0)