Skip to content

Commit 17e3ce6

Browse files
committed
Fixed typo
1 parent dd90b68 commit 17e3ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ automatically rewrite the message of `"full_name" is required` to
5858

5959
If there are multiple validation error messages, such as:
6060

61-
* `"full_name" is required`
62-
* `"age" is not at least (18)`
61+
* `full_name is required`
62+
* `age is not at least (18)`
6363

6464
Then it will rewrite the error message to `Full name is required, Age is not at least (18)`.
6565

0 commit comments

Comments
 (0)