Skip to content

Commit

Permalink
Fix typo in data access reference documentation
Browse files Browse the repository at this point in the history
Closes gh-23450
  • Loading branch information
wyhasany authored and sbrannen committed Aug 12, 2019
1 parent 7538561 commit ee47bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/data-access.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5737,7 +5737,7 @@ generic or customized to various platforms (such as Tomcat, JBoss and WebSphere)

As described in <<core.adoc#aop-aj-ltw-spring, Spring configuration>>, 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)
Expand Down

0 comments on commit ee47bc3

Please sign in to comment.