Skip to content

Commit 6c6e44b

Browse files
Nickolas-Evanssnicoll
authored andcommitted
Fix typo
Closes spring-projectsgh-1813
1 parent c6b60f0 commit 6c6e44b

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
@@ -62,7 +62,7 @@ however, it would be even more confusing if Spring used its own terminology.
6262
method or the handling of an exception. In Spring AOP, a join point __always__
6363
represents a method execution.
6464
* __Advice__: action taken by an aspect at a particular join point. Different types of
65-
advice include "around," "before" and "after" advice. (Advice types are discussed
65+
advice include "around", "before" and "after" advice. (Advice types are discussed
6666
below.) Many AOP frameworks, including Spring, model an advice as an __interceptor__,
6767
maintaining a chain of interceptors __around__ the join point.
6868
* __Pointcut__: a predicate that matches join points. Advice is associated with a

0 commit comments

Comments
 (0)