diff --git a/src/asciidoc/core-beans.adoc b/src/asciidoc/core-beans.adoc index e834ada05dc..0a419ff3445 100644 --- a/src/asciidoc/core-beans.adoc +++ b/src/asciidoc/core-beans.adoc @@ -2680,12 +2680,12 @@ understand the "why" as well as the "how" behind it. ---- To create such a proxy, you insert a child `` element into a scoped -bean definition. (See <> and -<>.) Why do definitions of beans scoped at the `request`, `session`, -`globalSession` and custom-scope levels require the `` element ? +bean definition (see <> and +<>). Why do definitions of beans scoped at the `request`, `session`, +`globalSession` and custom-scope levels require the `` element? Let's examine the following singleton bean definition and contrast it with what you need -to define for the aforementioned scopes. (The following `userPreferences` bean -definition as it stands is __incomplete.)__ +to define for the aforementioned scopes (note that the following `userPreferences` bean +definition as it stands is __incomplete__). [source,xml,indent=0] [subs="verbatim,quotes"]