Skip to content

Commit 4f28c52

Browse files
committed
docs; spelling
1 parent a445d87 commit 4f28c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/connections.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ block content
3838

3939
h3 ReplicaSet Connections
4040
: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.
41+
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.
4242

4343
:js
4444
mongoose.connect('mongodb://username:password@host:port/database,mongodb://username:password@host:port,mongodb://username:password@host:port' [, options]);

0 commit comments

Comments
 (0)