Skip to content

Commit

Permalink
Fix typo in asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nkjackzhang authored and snicoll committed Jul 1, 2016
1 parent d999324 commit 66fd86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asciidoc/core-beans.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2680,7 +2680,7 @@ understand the "why" as well as the "how" behind it.
----

To create such a proxy, you insert a child `<aop:scoped-proxy/>` element into a scoped
bean definition. See <<beans-factory-scopes-other-injection-proxies>> and
bean definition. (See <<beans-factory-scopes-other-injection-proxies>> and
<<xsd-configuration>>.) Why do definitions of beans scoped at the `request`, `session`,
`globalSession` and custom-scope levels require the `<aop:scoped-proxy/>` element ?
Let's examine the following singleton bean definition and contrast it with what you need
Expand Down

0 comments on commit 66fd86b

Please sign in to comment.