Skip to content

Commit 2fe95e4

Browse files
Fix typo in readme (#108)
1 parent b1401ae commit 2fe95e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Bug reports, feature requests, and pull requests can be submitted by following o
5454
- [Option 3 - `HasSettingsRedis` trait](#update_models_3)
5555
- [Default Settings](#default_settings)
5656
- [Usage](#usage)
57-
- [Check id the settings for the entity is empty (exist)](#empty)
57+
- [Check if the settings for the entity is empty (exist)](#empty)
5858
- [Check settings (exist)](#exist)
5959
- [Get all model's settings](#get_all)
6060
- [Get a specific setting](#get)
@@ -183,7 +183,7 @@ class User extends Model
183183
$user = App\User::first();
184184
```
185185

186-
#### Check id the settings for the entity is empty <a name="empty"></a>
186+
#### Check if the settings for the entity is empty <a name="empty"></a>
187187
```php
188188
$user->settings()->empty();
189189
```

0 commit comments

Comments
 (0)