You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/asciidoc/mediatypes.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -462,7 +462,7 @@ class CustomerRepresentation
462
462
<3> We define `email` to be an email using the JSR-303 `@Email` annotation.
463
463
464
464
Note that this type is not a domain type.
465
-
It's intentionally designed to capture a wide range of potentially invalid input so that potentialy erroneous valies for the fields can be rejected at once.
465
+
It's intentionally designed to capture a wide range of potentially invalid input so that potentially erroneous valies for the fields can be rejected at once.
466
466
467
467
Let's continue by having a look at how a controller makes use of that model:
0 commit comments