Skip to content

Commit f3341f4

Browse files
committed
Update rs.add.txt
1 parent 7a31f48 commit f3341f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference/method/rs.add.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Definition
2424
Behavior
2525
--------
2626

27-
:method:`rs.add()` can, in some cases, force an election for primary
27+
:method:`rs.add()` can, in some cases, trigger an election for primary
2828
which will disconnect the shell. In such cases, the :program:`mongo`
2929
shell displays an error even if the operation succeeds.
3030

@@ -56,13 +56,13 @@ Pass a Member Configuration Document to ``rs.add()``
5656
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5757

5858
.. versionchanged:: 3.0.0
59-
Previous version required an ``_id`` file in the document you
59+
Previous versions required an ``_id`` field in the document you
6060
passed to :method:`rs.add()`. After 3.0.0 you can omit the
6161
``_id`` field in this document.
6262

6363
.. BEHAVIORAL NOTE:
6464

65-
If you specify the ``_id`` value must be unique. Use
65+
If you specify the ``_id`` value, it must be unique. Use
6666
:method:`rs.conf()` to see the existing ``_id`` values in the
6767
replica set configuration document, and set ``_id`` to the next
6868
unused ``_id`` value in the replica set.

0 commit comments

Comments
 (0)