Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emsifa committed Nov 27, 2018
1 parent 5616544 commit 1169841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ $validation_a->validate();
## Translation

Translation is different with custom messages.
Translation needed when you use custom message for rule `in`, `not_in`, `mimes`, and `uploadede_file`.
Translation may needed when you use custom message for rule `in`, `not_in`, `mimes`, and `uploaded_file`.

For example if you use rule `in:1,2,3` we will set invalid message like "The Attribute only allows '1', '2', or '3'"
where message "'1', '2', or '3'" is comes from ":allowed_values" tag.
Expand Down

0 comments on commit 1169841

Please sign in to comment.