Skip to content

Commit e1df056

Browse files
David Costanzosdeleuze
David Costanzo
authored andcommitted
Fix typo: "as describe in" -> "as described in"
1 parent 4632985 commit e1df056

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
@@ -9323,7 +9323,7 @@ is not strictly required.
93239323
--
93249324
Because `@Configuration` is meta-annotated with `@Component`, `@Configuration`-annotated
93259325
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.
9326+
described in the previous example, we can redefine `system-test-config.xml` to take advantage of component-scanning.
93279327
Note that, in this case, we need not explicitly declare
93289328
`<context:annotation-config/>`, because `<context:component-scan/>` enables the same
93299329
functionality.

0 commit comments

Comments
 (0)