mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 16:29:28 +00:00
Fix typo: "as describe in" -> "as described in"
This commit is contained in:
committed by
Sébastien Deleuze
parent
46329851c1
commit
e1df056059
@@ -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
|
||||
`<context:annotation-config/>`, because `<context:component-scan/>` enables the same
|
||||
functionality.
|
||||
|
||||
Reference in New Issue
Block a user