Skip to content

Commit ae90f3e

Browse files
committed
#1920 - Polishing.
Typo in reference docs.
1 parent 5ab3e24 commit ae90f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/mediatypes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ class CustomerRepresentation
462462
<3> We define `email` to be an email using the JSR-303 `@Email` annotation.
463463

464464
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.
466466

467467
Let's continue by having a look at how a controller makes use of that model:
468468

0 commit comments

Comments
 (0)