diff --git a/documentation/src/main/asciidoc/quickstart/guides/tutorial_jpa.adoc b/documentation/src/main/asciidoc/quickstart/guides/tutorial_jpa.adoc index da8d5853f1..9230becf7f 100644 --- a/documentation/src/main/asciidoc/quickstart/guides/tutorial_jpa.adoc +++ b/documentation/src/main/asciidoc/quickstart/guides/tutorial_jpa.adoc @@ -35,7 +35,7 @@ is required to locate all JPA configuration files by classpath lookup of the `ME ==== `persistence.xml` files should provide a unique name for each "persistence unit". Applications use this name to -reference the configuration when obtaining an `javax.persistence.EntityManagerFactory reference. +reference the configuration when obtaining an `javax.persistence.EntityManagerFactory` reference. The settings defined in the `` element are discussed in <>. Here the `javax.persistence`-prefixed varieties are used when possible. Notice that the remaining