We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a445d87 commit 4f28c52Copy full SHA for 4f28c52
docs/connections.jade
@@ -38,7 +38,7 @@ block content
38
39
h3 ReplicaSet Connections
40
:markdown
41
- The same method is used to connection replica sets but instead of passing a single `uri` we pass a comma delimited list of `uri`s.
+ The same method is used to connect to a replica set but instead of passing a single `uri` we pass a comma delimited list of `uri`s.
42
43
:js
44
mongoose.connect('mongodb://username:password@host:port/database,mongodb://username:password@host:port,mongodb://username:password@host:port' [, options]);
0 commit comments