diff --git a/src/asciidoc/core-beans.adoc b/src/asciidoc/core-beans.adoc index 97626d293e8..e834ada05dc 100644 --- a/src/asciidoc/core-beans.adoc +++ b/src/asciidoc/core-beans.adoc @@ -2680,7 +2680,7 @@ 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 +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