Skip to content

Commit 9350f28

Browse files
authored
DOCSP-21677 replica set typo (#2805)
1 parent aac6af3 commit 9350f28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference/method/rs.reconfigForPSASet.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ A replica set named ``rs0`` has the following configuration:
157157
},
158158
{
159159
"_id" : 2,
160-
"host" : "mongodb2.example.net:27017",
160+
"host" : "mongodb1.example.net:27017",
161161
"arbiterOnly" : true,
162162
"buildIndexes" : true,
163163
"hidden" : false,
@@ -205,7 +205,7 @@ connected to the primary.
205205
},
206206
{
207207
"_id" : 1,
208-
"host" : "mongodb2.example.net:27017",
208+
"host" : "mongodb1.example.net:27017",
209209
"arbiterOnly" : false,
210210
"buildIndexes" : true,
211211
"hidden" : false,
@@ -265,7 +265,7 @@ connected to the primary.
265265
},
266266
{
267267
"_id" : 1,
268-
"host" : "mongodb2.example.net:27017",
268+
"host" : "mongodb1.example.net:27017",
269269
"arbiterOnly" : false,
270270
"buildIndexes" : true,
271271
"hidden" : false,

0 commit comments

Comments
 (0)