diff --git a/src/docs/asciidoc/core/core-aop.adoc b/src/docs/asciidoc/core/core-aop.adoc index d6c239cb4a..3e4c64b1da 100644 --- a/src/docs/asciidoc/core/core-aop.adoc +++ b/src/docs/asciidoc/core/core-aop.adoc @@ -26,7 +26,7 @@ The lower-level AOP support is discussed in <>. AOP is used in the Spring Framework to: * Provide declarative enterprise services. The most important such service is - <>. + <>. * Let users implement custom aspects, complementing their use of OOP with AOP. NOTE: If you are interested only in generic declarative services or other pre-packaged