diff --git a/documentation/src/main/asciidoc/quickstart/guides/tutorial_jpa.adoc b/documentation/src/main/asciidoc/quickstart/guides/tutorial_jpa.adoc index b4538e7e77..5afe9ba589 100644 --- a/documentation/src/main/asciidoc/quickstart/guides/tutorial_jpa.adoc +++ b/documentation/src/main/asciidoc/quickstart/guides/tutorial_jpa.adoc @@ -2,7 +2,7 @@ == Tutorial using JPA-standard APIs .Objectives -- [*] Configure Hibernate using `peristence.xml` +- [*] Configure Hibernate using `persistence.xml` - [*] Bootstrap a Jakarta Persistence `EntityManagerFactory` - [*] Use annotations to provide mapping information - [*] Use `EntityManager` to persist and query data @@ -124,4 +124,4 @@ If you use JPA in Java SE, you'll need to copy/paste this function into your pro - [ ] Learn how to use CDI to inject a container-managed `EntityManager` in Quarkus. See https://quarkus.io/guides/hibernate-orm[the Quarkus website] for instructions. -// force the break \ No newline at end of file +// force the break