Skip to content

Commit 599c711

Browse files
committed
Fix typo
1 parent 45f4c97 commit 599c711

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
@@ -250,7 +250,7 @@ If you prefer to use another name other than `settings` ,
250250
you can do so by defining a `$invokeSettingsBy` property.
251251
This forward calls (such as `configurations()`) to the `settings()` method.
252252

253-
### Validation system for settings data <a name="validation></a>
253+
### Validation system for settings data <a name="validation"></a>
254254
When you're using the set() or apply()|update() methods thrown an exception when you break a rule.
255255
You can define rules on model using `$settingsRules` public property, and the rules array definition is identical with
256256
the Laravel default validation rules. ([see Laravel rules](https://laravel.com/docs/8.x/validation#available-validation-rules))

0 commit comments

Comments
 (0)