Skip to content

Commit 66fd86b

Browse files
nkjackzhangsnicoll
authored andcommitted
Fix typo in asciidoc
See gh-1089
1 parent d999324 commit 66fd86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asciidoc/core-beans.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2680,7 +2680,7 @@ understand the "why" as well as the "how" behind it.
26802680
----
26812681

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

0 commit comments

Comments
 (0)