Skip to content

Commit bf3b7b8

Browse files
committed
Merge branch '5.3.x'
2 parents 29f085b + e1df056 commit bf3b7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-beans.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9263,7 +9263,7 @@ is not strictly required.
92639263
--
92649264
Because `@Configuration` is meta-annotated with `@Component`, `@Configuration`-annotated
92659265
classes are automatically candidates for component scanning. Using the same scenario as
9266-
describe in the previous example, we can redefine `system-test-config.xml` to take advantage of component-scanning.
9266+
described in the previous example, we can redefine `system-test-config.xml` to take advantage of component-scanning.
92679267
Note that, in this case, we need not explicitly declare
92689268
`<context:annotation-config/>`, because `<context:component-scan/>` enables the same
92699269
functionality.

0 commit comments

Comments
 (0)