From 089503aab79c285cd337804192fdb5f1b170edcb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:32:24 +0200 Subject: [PATCH] Fix typo --- framework-docs/modules/ROOT/pages/core/aot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/core/aot.adoc b/framework-docs/modules/ROOT/pages/core/aot.adoc index e3c8c985b2a..c7fce039272 100644 --- a/framework-docs/modules/ROOT/pages/core/aot.adoc +++ b/framework-docs/modules/ROOT/pages/core/aot.adoc @@ -321,7 +321,7 @@ Java:: [[aot.bestpractices.jpa]] === JPA -The JPA persistence unit has to be known upfront for certain optmizations to apply. Consider the following basic example: +The JPA persistence unit has to be known upfront for certain optimizations to apply. Consider the following basic example: [tabs] ======