From 866585d4b603536e9ba2ed32860e5be810dd5a10 Mon Sep 17 00:00:00 2001 From: Daninsky Date: Tue, 19 Mar 2024 09:42:56 -0300 Subject: [PATCH] Fix typo --- .../src/main/asciidoc/quickstart/guides/tutorial_jpa.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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