From ae90f3ea164cdde58444818042ed7bfd24e4efc8 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 abbc3cf6..6e283ebc 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: