Fix typo in asciidoc

See gh-1089
This commit is contained in:
nkjackzhang 2016-06-21 17:46:10 +08:00 committed by Stephane Nicoll
parent d9993243b6
commit 66fd86be33
1 changed files with 1 additions and 1 deletions

View File

@ -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