We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2326fb6 commit 44154c3Copy full SHA for 44154c3
Readme.md
@@ -53,8 +53,8 @@ mongoose.plugin(mongooseValidationErrorTransform, {
53
54
If you have a Mongoose schema defined with a required String field `full_name`,
55
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"`.
+automatically rewrite the message of `full_name is required` to
+`Full name is required`.
58
59
If there are multiple validation error messages, such as:
60
0 commit comments