Skip to content

Commit 52145b0

Browse files
committed
Merge pull request mongodb#485 from jdsingh/patch-1
Fixed typo
2 parents a27e2bf + ed183b6 commit 52145b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ And add a new mongodb connection:
7171
'password' => 'password',
7272
'database' => 'database',
7373
'options' => array(
74-
'db' => 'admin' // sets the authenication database required by mongo 3
74+
'db' => 'admin' // sets the authentication database required by mongo 3
7575
)
7676
),
7777
```

0 commit comments

Comments
 (0)