Skip to content

Commit 44154c3

Browse files
committed
Typo in Readme
1 parent 2326fb6 commit 44154c3

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
@@ -53,8 +53,8 @@ mongoose.plugin(mongooseValidationErrorTransform, {
5353

5454
If you have a Mongoose schema defined with a required String field `full_name`,
5555
and if there is an error with a missing `full_name` on a document - then it will
56-
automatically rewrite the message of `"full_name" is required` to
57-
`"Full name is required"`.
56+
automatically rewrite the message of `full_name is required` to
57+
`Full name is required`.
5858

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

0 commit comments

Comments
 (0)