Skip to content

Commit 90c0b7d

Browse files
committed
Fix typos
1 parent a5f5da5 commit 90c0b7d

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
@@ -101,7 +101,7 @@ Multiple key / value pairs:
101101
```php
102102
$dot->add([
103103
'user.name' => 'John',
104-
'page.title' => 'Home'
104+
'page.title' => 'Home'
105105
]);
106106
```
107107

0 commit comments

Comments
 (0)