Commit ed183b6a authored by Jagdeep Singh's avatar Jagdeep Singh

Fixed typo

parent a27e2bfc
...@@ -71,7 +71,7 @@ And add a new mongodb connection: ...@@ -71,7 +71,7 @@ And add a new mongodb connection:
'password' => 'password', 'password' => 'password',
'database' => 'database', 'database' => 'database',
'options' => array( 'options' => array(
'db' => 'admin' // sets the authenication database required by mongo 3 'db' => 'admin' // sets the authentication database required by mongo 3
) )
), ),
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment