Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Mar 14, 2017
1 parent d4c8ab6 commit f38a9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaling/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ A sample config.json to use mongodb replica sets
"mongo": {
"host": "1.1.1.1,2.2.2.2,3.3.3.3",
"port": "27017,27017,27017",
"database": "myDbName?replicateSet=myReplSet",
"database": "myDbName?replicaSet=myReplSet",
"options": {
"server": {
"socketOptions" : {
Expand Down

0 comments on commit f38a9b0

Please sign in to comment.