From e1df05605907faf710fe351c0743d21c4c2fa037 Mon Sep 17 00:00:00 2001 From: David Costanzo Date: Thu, 27 Oct 2022 11:19:26 -0700 Subject: [PATCH] Fix typo: "as describe in" -> "as described in" --- 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 4e69d7fdcb3..69b8b0b2326 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -9323,7 +9323,7 @@ is not strictly required. -- Because `@Configuration` is meta-annotated with `@Component`, `@Configuration`-annotated classes are automatically candidates for component scanning. Using the same scenario as -describe in the previous example, we can redefine `system-test-config.xml` to take advantage of component-scanning. +described in the previous example, we can redefine `system-test-config.xml` to take advantage of component-scanning. Note that, in this case, we need not explicitly declare ``, because `` enables the same functionality.