#1920 - Polishing.

Typo in reference docs.
This commit is contained in:
Oliver Drotbohm
2023-02-22 12:50:52 +01:00
parent a359a8f3f4
commit 6436c7e550

View File

@@ -462,7 +462,7 @@ class CustomerRepresentation
<3> We define `email` to be an email using the JSR-303 `@Email` annotation.
Note that this type is not a domain type.
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.
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.
Let's continue by having a look at how a controller makes use of that model: