Skip to content

Commit

Permalink
docs; spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Sep 28, 2012
1 parent a445d87 commit 4f28c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connections.jade
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ block content

h3 ReplicaSet Connections
:markdown
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.

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

0 comments on commit 4f28c52

Please sign in to comment.