Skip to content

Commit a042c16

Browse files
committed
Fix readme typo
1 parent 1d05ba3 commit a042c16

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
@@ -109,7 +109,7 @@ The database driver plugs right into the original query builder. When using mong
109109
$users = DB::collection('users')->get();
110110
$user = DB::collection('users')->where('name', 'John')->first();
111111

112-
If you did not change your default dabatase connection, you will need to specify it when querying.
112+
If you did not change your default database connection, you will need to specify it when querying.
113113

114114
$user = DB::connection('mongodb')->collection('users')->get();
115115

0 commit comments

Comments
 (0)