Skip to content

Commit dfdb936

Browse files
committed
typo fix
1 parent 23f93ae commit dfdb936

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)