From 73e3df5df5f9b06f8b99840cdaf3affaa759324e Mon Sep 17 00:00:00 2001
From: stqp <1405922+stqp@users.noreply.github.com>
Date: Sat, 9 May 2020 21:06:45 +0900
Subject: [PATCH] Fix typo in core-beans.adoc
Closes gh-25040
---
src/docs/asciidoc/core/core-beans.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc
index eb64349f87f..3057a4177ab 100644
--- a/src/docs/asciidoc/core/core-beans.adoc
+++ b/src/docs/asciidoc/core/core-beans.adoc
@@ -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 `` element, a the following example shows:
+`default-lazy-init` attribute on the `` element, as the following example shows:
[source,xml,indent=0,subs="verbatim,quotes"]
----