From 6436c7e550ce840a36d175a1c44dd2ef2408b1eb Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 22 Feb 2023 12:50:52 +0100 Subject: [PATCH] #1920 - Polishing. Typo in reference docs. --- src/main/asciidoc/mediatypes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/mediatypes.adoc b/src/main/asciidoc/mediatypes.adoc index 808128f3..c98f2907 100644 --- a/src/main/asciidoc/mediatypes.adoc +++ b/src/main/asciidoc/mediatypes.adoc @@ -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: