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] ======