Skip to content

Commit

Permalink
Fix typo: "as describe in" -> "as described in"
Browse files Browse the repository at this point in the history
  • Loading branch information
David Costanzo authored and sdeleuze committed Oct 31, 2022
1 parent 4632985 commit e1df056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/core/core-beans.adoc
Expand Up @@ -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.
Expand Down

0 comments on commit e1df056

Please sign in to comment.