Fix typo in core-beans.adoc

Closes gh-25040
This commit is contained in:
stqp
2020-05-09 21:06:45 +09:00
committed by GitHub
parent 2dc9020f80
commit 73e3df5df5

View File

@@ -2125,7 +2125,7 @@ startup, because it must satisfy the singleton's dependencies. The lazy-initiali
is injected into a singleton bean elsewhere that is not lazy-initialized.
You can also control lazy-initialization at the container level by using the
`default-lazy-init` attribute on the `<beans/>` element, a the following example shows:
`default-lazy-init` attribute on the `<beans/>` element, as the following example shows:
[source,xml,indent=0,subs="verbatim,quotes"]
----