Skip to content

Commit 991e66d

Browse files
troelsselchlindyhopchris
authored andcommitted
[Docs] Fix typo in validators chapter (#425)
1 parent f85f5fa commit 991e66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/validators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ starting with `tags`.
519519
> If you need to customise the rules used to validate relationships, overload the `relationshipRules()`
520520
method on your validators class.
521521

522-
Custom validation messages (on the `$messages` property) and attribute names (on the `$attribtues` property)
522+
Custom validation messages (on the `$messages` property) and attribute names (on the `$attributes` property)
523523
are also passed to your validator.
524524

525525
## Delete Resource Validation

0 commit comments

Comments
 (0)