Fix typo in core-beans.adoc

Closes gh-2042
This commit is contained in:
Pascal Schumacher
2018-12-07 11:22:09 +01:00
committed by Stephane Nicoll
parent 3258ac1ec4
commit 18ac86ae16

View File

@@ -6268,7 +6268,7 @@ of large applications by creating a static list of candidates at compilation tim
mode, all modules that are target of component scan must use this mechanism.
NOTE: Your existing `@ComponentScan` or `<context:component-scan` directives must stay as
is to request the context to scan candidates in certain packages. when the
is to request the context to scan candidates in certain packages. When the
`ApplicationContext` detects such an index, it automatically uses it rather than scanning
the classpath.