We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27e2bf commit ed183b6Copy full SHA for ed183b6
README.md
@@ -71,7 +71,7 @@ And add a new mongodb connection:
71
'password' => 'password',
72
'database' => 'database',
73
'options' => array(
74
- 'db' => 'admin' // sets the authenication database required by mongo 3
+ 'db' => 'admin' // sets the authentication database required by mongo 3
75
)
76
),
77
```
0 commit comments