Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/basics/validators.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ starting with `tags`.
> If you need to customise the rules used to validate relationships, overload the `relationshipRules()`
method on your validators class.

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

## Delete Resource Validation
Expand Down