Skip to content

Commit c2c37f1

Browse files
committed
Merge pull request #410 from andrewelkins/patch-1
typo fix
2 parents 23f93ae + dfdb936 commit c2c37f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct(array $config)
3333
// Build the connection string
3434
$dsn = $this->getDsn($config);
3535

36-
// You can pass options directly to the MogoClient constructor
36+
// You can pass options directly to the MongoClient constructor
3737
$options = array_get($config, 'options', array());
3838

3939
// Create the connection

0 commit comments

Comments
 (0)