From 213ec24e6663555abf3aa44b4bb12a12ee102aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rowicki?= Date: Mon, 12 Aug 2019 08:53:13 +0200 Subject: [PATCH] Fix data access documentation typo There was missing 'p' letter --- src/docs/asciidoc/data-access.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/data-access.adoc b/src/docs/asciidoc/data-access.adoc index afddd69af1f7..0e24d53e34f2 100644 --- a/src/docs/asciidoc/data-access.adoc +++ b/src/docs/asciidoc/data-access.adoc @@ -5737,7 +5737,7 @@ generic or customized to various platforms (such as Tomcat, JBoss and WebSphere) As described in <>, you can configure a context-wide `LoadTimeWeaver` by using the `@EnableLoadTimeWeaving` annotation of the -`context:load-time-weaver` XML element. Such a global weaver is automatically picked u +`context:load-time-weaver` XML element. Such a global weaver is automatically picked up by all JPA `LocalContainerEntityManagerFactoryBean` instances. The following example shows the preferred way of setting up a load-time weaver, delivering auto-detection of the platform (e.g. Tomcat's weaving-capable class loader or Spring's JVM agent)