Skip to content

Commit 49d78b4

Browse files
committed
Merge pull request #1089 from nkjackzhang:patch-2
* pr/1089: Polish Fix typo in asciidoc
2 parents d999324 + cac5873 commit 49d78b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/asciidoc/core-beans.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2680,12 +2680,12 @@ 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
2684-
<<xsd-configuration>>.) Why do definitions of beans scoped at the `request`, `session`,
2685-
`globalSession` and custom-scope levels require the `<aop:scoped-proxy/>` element ?
2683+
bean definition (see <<beans-factory-scopes-other-injection-proxies>> and
2684+
<<xsd-configuration>>). Why do definitions of beans scoped at the `request`, `session`,
2685+
`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
2687-
to define for the aforementioned scopes. (The following `userPreferences` bean
2688-
definition as it stands is __incomplete.)__
2687+
to define for the aforementioned scopes (note that the following `userPreferences` bean
2688+
definition as it stands is __incomplete__).
26892689

26902690
[source,xml,indent=0]
26912691
[subs="verbatim,quotes"]

0 commit comments

Comments
 (0)