Skip to content

Commit e88eab2

Browse files
committed
Typo fixes
1 parent 510b5cf commit e88eab2

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
@@ -35,7 +35,7 @@ translates to:
3535
User::updateOrCreate([
3636
'email' => '[email protected]',
3737
],[
38-
'name': 'Ferris Bueller',
38+
'name' => 'Ferris Bueller',
3939
'properties->title' => 'Leisure Consultant',
4040
'phone_numbers->mobile' => '555-555-5555',
4141
'department_id' => Department::where('name', 'Management')

0 commit comments

Comments
 (0)