Skip to content

Commit 4dfecde

Browse files
Sokratorstoyanchev
authored andcommitted
fix core doc English regarding @AspectJ
1 parent dc26968 commit 4dfecde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-aop.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2918,7 +2918,7 @@ an aspect weaving phase to your build script.
29182918
If you have chosen to use Spring AOP, you have a choice of @AspectJ or XML style.
29192919
There are various tradeoffs to consider.
29202920

2921-
The XML style may most familiar to existing Spring users, and it is backed by genuine
2921+
The XML style may be most familiar to existing Spring users, and it is backed by genuine
29222922
POJOs. When using AOP as a tool to configure enterprise services, XML can be a good
29232923
choice (a good test is whether you consider the pointcut expression to be a part of your
29242924
configuration that you might want to change independently). With the XML style, it is

0 commit comments

Comments
 (0)