diff --git a/src/main/asciidoc/mediatypes.adoc b/src/main/asciidoc/mediatypes.adoc index a7990d6a..0aee54c4 100644 --- a/src/main/asciidoc/mediatypes.adoc +++ b/src/main/asciidoc/mediatypes.adoc @@ -271,7 +271,7 @@ The keys can be defined globally, locally or fully-qualified and need an `._prom [source] ---- firstName._prompt=Firstname <1> -Employee.firstName=Firstname <2> +Employee.firstName._prompt=Firstname <2> com.acme.Employee.firstName._prompt=Firstname <3> ---- <1> All properties named `email` will get "Firstname" rendered, independent of the type they're declared in.