We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4632985 commit e1df056Copy full SHA for e1df056
src/docs/asciidoc/core/core-beans.adoc
@@ -9323,7 +9323,7 @@ is not strictly required.
9323
--
9324
Because `@Configuration` is meta-annotated with `@Component`, `@Configuration`-annotated
9325
classes are automatically candidates for component scanning. Using the same scenario as
9326
-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.
9327
Note that, in this case, we need not explicitly declare
9328
`<context:annotation-config/>`, because `<context:component-scan/>` enables the same
9329
functionality.
0 commit comments